Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderEnv ¶
type ProviderEnv struct{}
func NewProviderEnv ¶
func NewProviderEnv() *ProviderEnv
func (*ProviderEnv) Provide ¶
func (p *ProviderEnv) Provide() (string, error)
type ProviderMock ¶
func (*ProviderMock) Provide ¶
func (m *ProviderMock) Provide() (string, error)
func (*ProviderMock) ShouldProvide ¶
func (m *ProviderMock) ShouldProvide(hostID string)
func (*ProviderMock) ShouldReturnErr ¶
func (m *ProviderMock) ShouldReturnErr(err error)
Click to show internal directories.
Click to hide internal directories.