feat: runtime manager
This commit is contained in:
@@ -58,6 +58,8 @@ type Eligibility struct {
|
||||
MaxRegisteredRaceNames int
|
||||
}
|
||||
|
||||
//go:generate go run go.uber.org/mock/mockgen -destination=../adapters/mocks/mock_userservice.go -package=mocks galaxy/lobby/internal/ports UserService
|
||||
|
||||
// UserService is the synchronous lobby-facing User Service eligibility
|
||||
// reader. The application flow consumes it via a single
|
||||
// GetEligibility call before accepting an applicant.
|
||||
|
||||
Reference in New Issue
Block a user