stub create events
This commit is contained in:
@@ -199,3 +199,19 @@ func (games Games) GameState(ctx context.Context, id string) (GameState, error)
|
||||
|
||||
return result, err
|
||||
}
|
||||
|
||||
func (games Games) CreateEventPlayerJoin(ctx context.Context, id string, playerJoin EventPlayerJoin) error {
|
||||
return io.EOF
|
||||
}
|
||||
|
||||
func (games Games) CreateEventPlayerLeave(ctx context.Context, id string, playerLeave EventPlayerLeave) error {
|
||||
return io.EOF
|
||||
}
|
||||
|
||||
func (games Games) CreateEventGameComplete(ctx context.Context, id string) error {
|
||||
return io.EOF
|
||||
}
|
||||
|
||||
func (games Games) CreateEventAssignmentRotation(ctx context.Context, id string, killer, killed, killWord string) error {
|
||||
return io.EOF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user