Documentation ¶
Index ¶
- type Service
- func (s *Service) ActProtocol(c context.Context, arg *matmdl.ArgActProtocol) (res *matmdl.SubProtocol, err error)
- func (s *Service) ActSubject(c context.Context, arg *matmdl.ArgActSubject) (res *matmdl.SubjectItem, err error)
- func (s *Service) AddLikeCtimeCache(c context.Context, arg *matmdl.ArgLikeUp) (err error)
- func (s *Service) DelLikeCtimeCache(c context.Context, arg *matmdl.ArgLikeItem) (err error)
- func (s *Service) LikeUp(c context.Context, arg *matmdl.ArgLikeUp) (err error)
- func (s *Service) Matchs(c context.Context, arg *matmdl.ArgMatch) (res []*matmdl.Match, err error)
- func (s *Service) SubjectUp(c context.Context, arg *matmdl.ArgSubjectUp) (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 info.
func (*Service) ActProtocol ¶
func (s *Service) ActProtocol(c context.Context, arg *matmdl.ArgActProtocol) (res *matmdl.SubProtocol, err error)
ActProtocol get protocol message
func (*Service) ActSubject ¶
func (s *Service) ActSubject(c context.Context, arg *matmdl.ArgActSubject) (res *matmdl.SubjectItem, err error)
ActSubject get act subject item.
func (*Service) AddLikeCtimeCache ¶
AddLikeCtimeCache add like ctime cache
func (*Service) DelLikeCtimeCache ¶
DelLikeCtimeCache del like ctime cache
Click to show internal directories.
Click to hide internal directories.