Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FollowActionService ¶
type FollowActionService struct {
// contains filtered or unexported fields
}
func NewFollowActionService ¶
func NewFollowActionService(ctx context.Context) *FollowActionService
func (*FollowActionService) FollowAction ¶
func (s *FollowActionService) FollowAction(req *relation.FollowActionRequest) error
type ListFansService ¶
type ListFansService struct {
// contains filtered or unexported fields
}
func NewListFansService ¶
func NewListFansService(ctx context.Context) *ListFansService
func (*ListFansService) ListFans ¶
func (s *ListFansService) ListFans(req *relation.ListFansRequest) ([]*relation.User, error)
type ListFollowService ¶
type ListFollowService struct {
// contains filtered or unexported fields
}
func NewListFollowService ¶
func NewListFollowService(ctx context.Context) *ListFollowService
func (*ListFollowService) ListFollow ¶
func (s *ListFollowService) ListFollow(req *relation.ListFollowRequest) ([]*relation.User, error)
type ListFriendsService ¶
type ListFriendsService struct {
// contains filtered or unexported fields
}
func NewListFriendsService ¶
func NewListFriendsService(ctx context.Context) *ListFriendsService
func (*ListFriendsService) ListFriends ¶
func (s *ListFriendsService) ListFriends(req *relation.ListFriendsRequest) ([]*relation.FriendUser, error)
Click to show internal directories.
Click to hide internal directories.