Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowOrNot ¶
type AllowOrNot int
const ( Allow AllowOrNot = iota Disallow )
func (AllowOrNot) String ¶
func (u AllowOrNot) String() string
type EnableDisable ¶
type EnableDisable int
const ( Disabled EnableDisable = iota Enabled )
func (EnableDisable) String ¶
func (o EnableDisable) String() string
type RequestIdMode ¶
type RequestIdMode int
const ( AcceptFromHeader RequestIdMode = iota AlwaysGenerate )
func (RequestIdMode) String ¶
func (r RequestIdMode) String() string
Click to show internal directories.
Click to hide internal directories.