Documentation ¶
Index ¶
- type Service
- func (s *Service) Close()
- func (s *Service) ContentGet(ctx context.Context, req *api.ListBulletReq) (res []*api.Bullet, err error)
- func (s *Service) ContentList(ctx context.Context, req *api.ListBulletReq) (res *api.ListBulletReply, err error)
- func (s *Service) ContentPost(ctx context.Context, req *api.Bullet) (dmid int64, err error)
- func (s *Service) PhoneCheck(c context.Context, mid int64) (err error)
- func (s *Service) Ping(ctx context.Context) (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 struct
func (*Service) ContentGet ¶
func (s *Service) ContentGet(ctx context.Context, req *api.ListBulletReq) (res []*api.Bullet, err error)
ContentGet .
func (*Service) ContentList ¶
func (s *Service) ContentList(ctx context.Context, req *api.ListBulletReq) (res *api.ListBulletReply, err error)
ContentList .
func (*Service) ContentPost ¶
ContentPost .
func (*Service) PhoneCheck ¶
PhoneCheck ..
Click to show internal directories.
Click to hide internal directories.