Documentation
¶
Index ¶
Constants ¶
View Source
const ( Prefix = "internal.http" UnmarshalKey = "http" UnmarshalKeyBind = "http.bind" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Debug bool `fallback:"shared.debug"`
Bind string `required:"true"`
// contains filtered or unexported fields
}
Config
Click to show internal directories.
Click to hide internal directories.