mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 10:01:08 -04:00
* Vendor Rancher Go library. * Implement Rancher Provider. Starting implementation taken from https://github.com/platanus/terraform-provider-rancher Commits from jidonoso@gmail.com and raphael.pinson@camptocamp.com
8 lines
116 B
Go
8 lines
116 B
Go
package client
|
|
|
|
type RancherBaseClient struct {
|
|
Opts *ClientOpts
|
|
Schemas *Schemas
|
|
Types map[string]Schema
|
|
}
|