Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountConfig ¶
type AccountConfig struct { Name string Id string Credential Credential Filters Filters }
type Credential ¶
type Credential struct {
ProfileName string
}
type InventoryConfig ¶
type InventoryConfig struct { RootConfig RootConfig ConfigByAccounts []AccountConfig }
func GetConfig ¶
func GetConfig(filePath string) (*InventoryConfig, error)
type RootConfig ¶
type RootConfig struct { Credential Credential Filters Filters }
Click to show internal directories.
Click to hide internal directories.