feat: runtime manager
This commit is contained in:
@@ -16,6 +16,8 @@ import (
|
||||
// to `paused` and an admin notification is published.
|
||||
var ErrGMUnavailable = errors.New("game master unavailable")
|
||||
|
||||
//go:generate go run go.uber.org/mock/mockgen -destination=../adapters/mocks/mock_gmclient.go -package=mocks galaxy/lobby/internal/ports GMClient
|
||||
|
||||
// GMClient executes synchronous calls to Game Master. introduced
|
||||
// the registration call; added the liveness probe used by the
|
||||
// voluntary resume flow.
|
||||
|
||||
Reference in New Issue
Block a user