Documentation ¶
Index ¶
- type RelationServiceImpl
- func (s *RelationServiceImpl) FollowList(ctx context.Context, req *relation.RelationFollowListRequest) (resp *relation.RelationFollowListResponse, err error)
- func (s *RelationServiceImpl) FollowerList(ctx context.Context, req *relation.RelationFollowerListRequest) (resp *relation.RelationFollowerListResponse, err error)
- func (s *RelationServiceImpl) FriendList(ctx context.Context, req *relation.RelationFriendListRequest) (resp *relation.RelationFriendListResponse, err error)
- func (s *RelationServiceImpl) RelationAction(ctx context.Context, req *relation.RelationActionRequest) (resp *relation.RelationActionResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RelationServiceImpl ¶
type RelationServiceImpl struct{}
RelationServiceImpl implements the last service interface defined in the IDL.
func (*RelationServiceImpl) FollowList ¶
func (s *RelationServiceImpl) FollowList(ctx context.Context, req *relation.RelationFollowListRequest) (resp *relation.RelationFollowListResponse, err error)
FollowList implements the RelationServiceImpl interface.
func (*RelationServiceImpl) FollowerList ¶
func (s *RelationServiceImpl) FollowerList(ctx context.Context, req *relation.RelationFollowerListRequest) (resp *relation.RelationFollowerListResponse, err error)
FollowerList implements the RelationServiceImpl interface.
func (*RelationServiceImpl) FriendList ¶
func (s *RelationServiceImpl) FriendList(ctx context.Context, req *relation.RelationFriendListRequest) (resp *relation.RelationFriendListResponse, err error)
FriendList implements the RelationServiceImpl interface.
func (*RelationServiceImpl) RelationAction ¶
func (s *RelationServiceImpl) RelationAction(ctx context.Context, req *relation.RelationActionRequest) (resp *relation.RelationActionResponse, err error)
RelationAction implements the RelationServiceImpl interface.
Click to show internal directories.
Click to hide internal directories.