Versions in this module Expand all Collapse all v1 v1.4.2 Jan 13, 2025 Changes in this version + type FollowRepo interface + Follow func(ctx context.Context, objectId, userId string) error + FollowCancel func(ctx context.Context, objectId, userId string) error + type FollowService struct + func NewFollowService(followRepo FollowRepo, followCommonRepo activity_common.FollowRepo, ...) *FollowService + func (fs *FollowService) Follow(ctx context.Context, dto *schema.FollowDTO) (resp schema.FollowResp, err error) + func (fs *FollowService) UpdateFollowTags(ctx context.Context, req *schema.UpdateFollowTagsReq) (err error) v1.4.2-RC2 Jan 13, 2025