Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetServiceName ¶
func GetServiceName() string
Types ¶
type HallService ¶
type HallService interface { gira.Service SessionCount() int64 Push(ctx context.Context, userId string, req gira.ProtoPush) error MustPush(ctx context.Context, userId string, resp gira.ProtoPush) (err error) }
func NewService ¶
func NewService(proto gira.Proto, config config.GameConfig, hallHandler game.HallHandler, playerHandler gira.ProtoHandler) (HallService, error)
Click to show internal directories.
Click to hide internal directories.