Documentation ¶
Index ¶
- func AuthRPC(ctx context.Context, req *auth.AuthRequest) (int64, error)
- func FollowActionRPC(ctx context.Context, req *relation.FollowActionRequest) error
- func Init()
- func ListChat(ctx context.Context, req *message.ChatRequest) (*message.ChatResponse, error)
- func ListFansRPC(ctx context.Context, req *relation.ListFansRequest) (*relation.ListFansResponse, error)
- func ListFollowRPC(ctx context.Context, req *relation.ListFollowRequest) (*relation.ListFollowResponse, error)
- func ListFriendsRPC(ctx context.Context, req *relation.ListFriendsRequest) (*relation.ListFriendsResponse, error)
- func SendMessage(ctx context.Context, req *message.ActionRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FollowActionRPC ¶
func FollowActionRPC(ctx context.Context, req *relation.FollowActionRequest) error
func ListChat ¶
func ListChat(ctx context.Context, req *message.ChatRequest) (*message.ChatResponse, error)
func ListFansRPC ¶
func ListFansRPC(ctx context.Context, req *relation.ListFansRequest) (*relation.ListFansResponse, error)
func ListFollowRPC ¶
func ListFollowRPC(ctx context.Context, req *relation.ListFollowRequest) (*relation.ListFollowResponse, error)
func ListFriendsRPC ¶
func ListFriendsRPC(ctx context.Context, req *relation.ListFriendsRequest) (*relation.ListFriendsResponse, error)
func SendMessage ¶
func SendMessage(ctx context.Context, req *message.ActionRequest) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.