Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClaimLicenseResponse ¶
type Config ¶
type Handler ¶
func NewHandler ¶
type Reaper ¶
type RequestBodyPayload ¶
type RequestBodyPayload struct {
Fingerprint string `json:"fingerprint"`
}
type Server ¶
type StrategyType ¶
type StrategyType string
const ( LIFO StrategyType = "lifo" FIFO StrategyType = "fifo" RandOrder StrategyType = "rand" )
func (*StrategyType) Set ¶
func (e *StrategyType) Set(v string) error
func (*StrategyType) String ¶
func (e *StrategyType) String() string
func (*StrategyType) Type ¶
func (e *StrategyType) Type() string
Click to show internal directories.
Click to hide internal directories.