Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewGameService)
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type GameService ¶ added in v1.0.2
type GameService struct {
game.UnimplementedGameServer
// contains filtered or unexported fields
}
GameService is a game service.
func NewGameService ¶ added in v1.0.2
func NewGameService(task *task.Task, game *biz.GameUseCase) *GameService
NewGameService new a service.
Click to show internal directories.
Click to hide internal directories.