Documentation ¶
Index ¶
- type Pub
- func (pub *Pub) HeroGetAll(ctx context.Context, args *pubmsg.HeroGetAllArgs, res *pubmsg.HeroGetAllReply) (err error)
- func (pub *Pub) SignIn(ctx context.Context, args *pubmsg.SignInArgs, res *pubmsg.SignInReply) (err error)
- func (pub *Pub) SignUp(ctx context.Context, args *pubmsg.SignUpArgs, res *pubmsg.SignUpReply) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pub ¶
Pub service
func (*Pub) HeroGetAll ¶
func (pub *Pub) HeroGetAll(ctx context.Context, args *pubmsg.HeroGetAllArgs, res *pubmsg.HeroGetAllReply) (err error)
HeroGetAll 取英雄信息
func (*Pub) SignIn ¶ added in v1.0.3
func (pub *Pub) SignIn(ctx context.Context, args *pubmsg.SignInArgs, res *pubmsg.SignInReply) (err error)
SignIn sign in
func (*Pub) SignUp ¶ added in v1.0.3
func (pub *Pub) SignUp(ctx context.Context, args *pubmsg.SignUpArgs, res *pubmsg.SignUpReply) (err error)
SignUp sign up
Click to show internal directories.
Click to hide internal directories.