Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kelseyhightower/envconfig
/ types & classes
Types & classes
13 in github.com/kelseyhightower/envconfig
⨍
Functions
68
◇
Types & classes
13
↓ 1 callers
TypeAlias
bracketed
envconfig_test.go:812
Struct
CustomURL
envconfig_test.go:26
Interface
Decoder
Decoder has the same semantics as Setter, but takes higher precedence. It is provided for historical compatibility.
envconfig.go:37
Struct
Embedded
envconfig_test.go:75
Struct
EmbeddedButIgnored
envconfig_test.go:84
Struct
HonorDecodeInStruct
envconfig_test.go:17
Struct
ParseError
A ParseError occurs when an environment variable cannot be converted to the type required by a struct field during assignment.
envconfig.go:27
Interface
Setter
Setter is implemented by types can self-deserialize values. Any type that implements flag.Value also implements Setter.
envconfig.go:43
Struct
SpecWithURL
envconfig_1.8_test.go:12
Struct
Specification
envconfig_test.go:36
Struct
quoted
quoted is used to test the precedence of Decode over Set. The sole field is a flag.Value rather than a setter to validate that all flag.Value implemen
envconfig_test.go:826
Struct
setterStruct
envconfig_test.go:832
Struct
varInfo
varInfo maintains information about the configuration variable
envconfig.go:52