Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidValue returned when the value passed to Unmarshal is nil or not a // pointer to a struct. ErrInvalidValue = errors.New("value must be a non-nil pointer to a struct") // ErrUnsupportedType returned when a field with tag "env" is unsupported. ErrUnsupportedType = errors.New("field is an unsupported type") // ErrUnexportedField returned when a field with tag "env" is not exported. ErrUnexportedField = errors.New("field must be exported") )
Functions ¶
This section is empty.
Types ¶
type ProviderEnvironment ¶
type ProviderEnvironment struct{}
ProviderEnvironment is foobar
func (ProviderEnvironment) Unmarshal ¶
func (p ProviderEnvironment) Unmarshal(target interface{}) error
Unmarshal is foobar
type ProviderJSON ¶
ProviderJSON is foobar
func (ProviderJSON) Unmarshal ¶
func (p ProviderJSON) Unmarshal(target interface{}) error
Unmarshal is foobar
Click to show internal directories.
Click to hide internal directories.