Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Receive ¶
func (s *Client) Receive(ctx actors.ReceiveContext)
Receive handle messages sent to the server
type Coordinator ¶
type Coordinator struct {
// contains filtered or unexported fields
}
func NewCoordinator ¶
func NewCoordinator() *Coordinator
NewCoordinator creates a new instance of Coordinator
func (*Coordinator) PostStop ¶
func (s *Coordinator) PostStop(ctx context.Context) error
PostStop implements actors.Actor.
func (*Coordinator) PreStart ¶
func (s *Coordinator) PreStart(ctx context.Context) error
PreStart implements actors.Actor.
func (*Coordinator) Receive ¶
func (s *Coordinator) Receive(ctx actors.ReceiveContext)
Receive implements actors.Actor.
type Room ¶
type Room struct {
// contains filtered or unexported fields
}
Room represents the room
func (*Room) Receive ¶
func (r *Room) Receive(ctx actors.ReceiveContext)
Receive implements actors.Actor.
Click to show internal directories.
Click to hide internal directories.