Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RegisterEventErr = errors.New("RegisterEvent only accept ptr param") CancelEventErr = errors.New("CancelEvent only accept ptr param") DispatchEventErr = errors.New("DispatchEvent only accept ptr param") ActorSystemOptionErr = errors.New("actor system option run failed") RegisterClusterErr = errors.New("register cluster error") RegisterActorSystemErr = errors.New("actor system has stopped") RegisterActorSameIdErr = errors.New("actor with same id") ProtoMarshalErr = errors.New("actor system send proto marshal failed") ActorNotFoundErr = errors.New("local actor not found") ActorMsgTypeCanNotRemoteErr = errors.New("msg type can not remote") ActorPushMsgErr = errors.New("push a nil msg to actor") ActorUnimplemented = errors.New("actor has no implemented OnHandleRequest") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.