Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Definitions ¶
type Definitions struct {
DisableAuth bool `toml:"disable_auth,omitempty" default:"false" json:"disable_auth"`
DisablePanicRecovery bool `toml:"disable_panic_recovery,omitempty" default:"false" json:"disable_panic_recovery"`
MaxRequestBodySize int `toml:"max_request_body_size,omitempty" default:"4" json:"max_request_body_size"` // in megabytes
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) Initialize ¶
Click to show internal directories.
Click to hide internal directories.