Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RelationActionService ¶
type RelationActionService struct {
// contains filtered or unexported fields
}
func NewRelationActionService ¶
func NewRelationActionService(ctx context.Context) *RelationActionService
func (*RelationActionService) RelationAction ¶
func (s *RelationActionService) RelationAction(req *relation.ActionRequest) error
type RelationFollowListService ¶
type RelationFollowListService struct {
// contains filtered or unexported fields
}
func NewRelationFollowListService ¶
func NewRelationFollowListService(ctx context.Context) *RelationFollowListService
func (*RelationFollowListService) FollowList ¶
func (s *RelationFollowListService) FollowList(req *relation.FollowListRequest) ([]*user.User, error)
type RelationFollowerListService ¶
type RelationFollowerListService struct {
// contains filtered or unexported fields
}
func NewRelationFollowerListService ¶
func NewRelationFollowerListService(ctx context.Context) *RelationFollowerListService
func (*RelationFollowerListService) FollowerList ¶
func (s *RelationFollowerListService) FollowerList(req *relation.FollowerListRequest) ([]*user.User, error)
type RelationFriendListService ¶
type RelationFriendListService struct {
// contains filtered or unexported fields
}
func NewRelationFriendListService ¶
func NewRelationFriendListService(ctx context.Context) *RelationFriendListService
func (*RelationFriendListService) FriendList ¶
func (s *RelationFriendListService) FriendList(req *relation.FriendListRequest) ([]*relation.FriendUser, error)
Click to show internal directories.
Click to hide internal directories.