Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FOLLOW int32 = 1 UNFOLLOW int32 = 2 FOLLOWING int32 = 1 FOLLOWER int32 = 2 )
Functions ¶
This section is empty.
Types ¶
type RelationService ¶
type RelationService struct {
// contains filtered or unexported fields
}
func NewRelationService ¶
func NewRelationService(ctx context.Context, c *app.RequestContext) *RelationService
NewPublishService create publish service
func (*RelationService) FollowAction ¶
func (s *RelationService) FollowAction(req *relation.RelationActionRequest) error
func (*RelationService) GetRelationList ¶
func (s *RelationService) GetRelationList(req *relation.RelationFollowListRequest, reqType int32) ([]*common.User, error)
Click to show internal directories.
Click to hide internal directories.