Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // States contains all the states for the Colly state machine. States = ss // Groups contains all the state groups for the Colly state machine. Groups = sg )
View Source
var Exception = am.Exception
Exception is a type alias for the exception state.
View Source
var SAdd = am.SAdd
SAdd is a func alias for merging lists of states.
View Source
var Schema = SchemaMerge( schema.ToolSchema, am.Schema{})
Schema represents all relations and properties of States.
View Source
var SchemaMerge = am.SchemaMerge
SchemaMerge is a func alias for extending an existing state schema.
View Source
var StateAdd = am.StateAdd
StateAdd is a func alias for adding to an existing state definition.
View Source
var StateSet = am.StateSet
StateSet is a func alias for replacing parts of an existing state definition.
Functions ¶
This section is empty.
Types ¶
type GroupsDef ¶
type GroupsDef struct {
}
GroupsDef contains all the state groups Colly state machine.
type ParamsWebsite ¶
type StatesDef ¶
type StatesDef struct {
*am.StatesBase
*schema.ToolStatesDef
}
StatesDef contains all the states of the Colly state machine.
Click to show internal directories.
Click to hide internal directories.