Documentation
¶
Index ¶
- Variables
- type BasketballService
- func (p *BasketballService) Login(ctx context.Context, uid string) (*pojo.Result, error)
- func (p *BasketballService) Rank(ctx context.Context, uid string) (*pojo.Result, error)
- func (p *BasketballService) Reference() string
- func (p *BasketballService) Score(ctx context.Context, uid, score string) (*pojo.Result, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var GateBasketball = new(pkg.BasketballService)
Functions ¶
This section is empty.
Types ¶
type BasketballService ¶
type BasketballService struct{}
func (*BasketballService) Reference ¶
func (p *BasketballService) Reference() string
Click to show internal directories.
Click to hide internal directories.