Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) HandleDisconnect ¶
func (m *Module) HandleDisconnect()
func (*Module) HandleMsg ¶
func (m *Module) HandleMsg(ctx context.Context, respond hwebsocket.ResponseSender, msg hwebsocket.Msg) error
type State ¶
type State struct {
// contains filtered or unexported fields
}
func (*State) EntityAction ¶
func (*State) EntityActions ¶
func (s *State) EntityActions() []*vikjapb.EntityAction
func (*State) RemoveEntityActions ¶
func (*State) SetEntityAction ¶
func (s *State) SetEntityAction(ea *vikjapb.EntityAction)
Click to show internal directories.
Click to hide internal directories.