Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidTQLKey = errors.New("invalid TQL key")
)
Functions ¶
This section is empty.
Types ¶
type CleanHandler ¶
type CleanHandler func() []string
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
func (*Environment) GetStateEnv ¶
func (env *Environment) GetStateEnv(stateID string) ActorEnv
GetActorEnv returns Actor Environments.
func (*Environment) OnMapperChanged ¶
func (env *Environment) OnMapperChanged(et dao.EnventType, m dao.Mapper) (Effect, error)
OnMapperChanged respond for mapper.
func (*Environment) StoreMappers ¶
func (env *Environment) StoreMappers(mappers []dao.Mapper) []dao.Mapper
type IEnvironment ¶
type MapperCache ¶
type MapperCache struct {
// contains filtered or unexported fields
}
cache for state machine.
type StateCache ¶
type StateCache struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.