Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProviderFactory ¶
func ProviderFactory(options plugin_v1.ProviderOptions) (plugin_v1.Provider, error)
ProviderFactory constructs a EnvironmentProvider. No configuration or credentials are required.
Types ¶
type EnvironmentProvider ¶
type EnvironmentProvider struct {
Name string
}
EnvironmentProvider provides data values from the process environment.
func (*EnvironmentProvider) GetName ¶
func (p *EnvironmentProvider) GetName() string
GetName returns the name of the provider
Click to show internal directories.
Click to hide internal directories.