Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGameEngine ¶
type MockGameEngine struct { sham.CannedResponseMock // contains filtered or unexported fields }
MockImporter a mock object for the importer
func (*MockGameEngine) OnGameStart ¶
func (g *MockGameEngine) OnGameStart(gameId string)
func (*MockGameEngine) OnJoin ¶
func (g *MockGameEngine) OnJoin(gameId string, playerId string)
func (*MockGameEngine) OnLeave ¶
func (g *MockGameEngine) OnLeave(gameId string, playerId string)
Click to show internal directories.
Click to hide internal directories.