Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Specification ¶
type Specification struct { // Describes if the example clients are enabled ExampleEnabled bool `envconfig:"example_enabled"` // Describes the port number to use Port int `envconfing:"port" default:"8080"` }
Describes system config setup
Click to show internal directories.
Click to hide internal directories.