Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllProvidersStr = strings.Join(AllProviders, ", ")
Functions ¶
This section is empty.
Types ¶
type FabricateOptions ¶ added in v0.14.0
type ResourceModelMetadata ¶ added in v0.11.0
type ResourcesContainerInf ¶
type ResourcesContainerInf interface { CollectResourcesFromAPI() error PrintStats() ToJSONString() (string, error) AllRegions() []string GetResources() ResourcesModel Fabricate(opts *FabricateOptions) }
ResourcesContainerInf is the interface common to all resources containers
type ResourcesModel ¶ added in v0.5.2
type ResourcesModel interface { }
Click to show internal directories.
Click to hide internal directories.