Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FollowRepo ¶
type FollowService ¶
type FollowService struct {
// contains filtered or unexported fields
}
func NewFollowService ¶
func NewFollowService( followRepo FollowRepo, followCommonRepo activity_common.FollowRepo, tagRepo tagcommon.TagCommonRepo, ) *FollowService
func (*FollowService) Follow ¶
func (fs *FollowService) Follow(ctx context.Context, dto *schema.FollowDTO) (resp schema.FollowResp, err error)
Follow or cancel follow object
func (*FollowService) UpdateFollowTags ¶
func (fs *FollowService) UpdateFollowTags(ctx context.Context, req *schema.UpdateFollowTagsReq) (err error)
UpdateFollowTags update user follow tags
Click to show internal directories.
Click to hide internal directories.