enums

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2025 License: MIT Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL