Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Dict = map[string]ProcessingState{ "unprocessed": Unprocessed, "processed": Processed, "not_processable": NotProcessable, }
Functions ¶
This section is empty.
Types ¶
type ProcessingState ¶
type ProcessingState int64
const ( Unprocessed ProcessingState = iota Processed NotProcessable )
func (ProcessingState) String ¶
func (u ProcessingState) String() string
Click to show internal directories.
Click to hide internal directories.