Documentation ¶
Index ¶
- type Service
- func (s *Service) AllGroup(c context.Context, mid int64) (res *v1.ModelAllGroupResp, err error)
- func (s *Service) Card(c context.Context, id int64) (res *v1.ModelCard, err error)
- func (s *Service) CardHots(c context.Context) (res []*v1.ModelCard, err error)
- func (s *Service) CardsByGid(c context.Context, id int64) (res []*v1.ModelCard, err error)
- func (s *Service) Demount(c context.Context, mid int64) (err error)
- func (s *Service) Equip(c context.Context, arg *v1.ModelArgEquip) (err error)
- func (s *Service) UserCard(c context.Context, mid int64) (res *v1.ModelUserCard, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service .
func (*Service) CardsByGid ¶
CardsByGid get cards by gid.
Click to show internal directories.
Click to hide internal directories.