Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flag ¶
type Flag int
const ( NA Flag = 0 //ok to display message to end user EndUser Flag = 1 << (iota - 1) //iota increments with first ConstSpec in the const declaration, so subtract 1 //logging a fatal error Fatal //do not write to local file log NotFile //do not write over the wire (not sure there'd be any use?) NotWire )
func (Flag) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.