Documentation ¶
Index ¶
- type Service
- func (s *Service) AddLike(c context.Context, addMsg json.RawMessage) (err error)
- func (s *Service) BatchInsertLikeExtend(c context.Context, extends []*like.Extend) (res int64, err error)
- func (s *Service) Close() (err error)
- func (s *Service) DelLike(c context.Context, oldMsg json.RawMessage) (err error)
- func (s *Service) FinishMatch(c context.Context, moID int64) (err error)
- func (s *Service) Ping(c context.Context) (err error)
- func (s *Service) UpLike(c context.Context, newMsg, oldMsg json.RawMessage) (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 service
func (*Service) BatchInsertLikeExtend ¶
func (s *Service) BatchInsertLikeExtend(c context.Context, extends []*like.Extend) (res int64, err error)
BatchInsertLikeExtend batch insert like_extend table.
func (*Service) FinishMatch ¶
FinishMatch finish match.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.