Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetGlobalLogLevelDebug ¶
func SetGlobalLogLevelDebug()
Types ¶
type EchoClient ¶
func NewEchoClient ¶
func NewEchoClient(client actors.Client) *EchoClient
func SpawnEcho ¶
func SpawnEcho(tb testing.TB) (*EchoClient, error)
func SpawnEchoWithMgr ¶
func SpawnEchoWithMgr(mgr actors.ManagerClient, name string) (*EchoClient, error)
func (*EchoClient) Echo ¶
func (self *EchoClient) Echo(num int) (replyNum int)
type EchoServer ¶
type EchoServer struct {
actors.ServerBase
}
func (*EchoServer) HandleMsg ¶
func (self *EchoServer) HandleMsg(msg any) (err error)
Click to show internal directories.
Click to hide internal directories.