Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigSchema = map[string]*schema.Attribute{ "cf_home_dir": { Type: schema.TypeString, }, "api_url": { Type: schema.TypeString, }, "user": { Type: schema.TypeString, }, "password": { Type: schema.TypeString, }, "client_id": { Type: schema.TypeString, }, "client_secret": { Type: schema.TypeString, }, "skip_ssl_validation": { Type: schema.TypeBool, }, "auth_token": { Type: schema.TypeString, }, "user_agent": { Type: schema.TypeString, }, }
Functions ¶
func ConfigInstance ¶
func ConfigInstance() interface{}
func GetConfig ¶
func GetConfig(connection *plugin.Connection) cfConfig
GetConfig :: retrieve and cast connection config from query data
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.