Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidType represents a type that can't be parsed by conf. ErrInvalidType = errors.New("invalid type") // ErrCantSetField represents a failure setting a field, likely because it isn't exported. ErrCantSetField = errors.New("struct field can't be set") // ErrNotStructReference represents calling conf.Build with a struct instead of a reference to a struct. ErrNotStructReference = errors.New("cfg argument must be a reference to a struct") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.