Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Ops = []Op{ Unknown, HalveMove, HalveDodge, HalveST, }
Ops holds all possible values.
Functions ¶
This section is empty.
Types ¶
type Op ¶
type Op byte
Op holds an operation to apply when a pool threshold is hit.
func (Op) EnsureValid ¶
EnsureValid ensures this is of a known value.
func (Op) MarshalText ¶
MarshalText implements the encoding.TextMarshaler interface.
func (*Op) UnmarshalText ¶
UnmarshalText implements the encoding.TextUnmarshaler interface.
Click to show internal directories.
Click to hide internal directories.