Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsThumbupRequest ¶
type IsThumbupRequest = pb.IsThumbupRequest
type IsThumbupResponse ¶
type IsThumbupResponse = pb.IsThumbupResponse
type Like ¶
type Like interface { Thumbup(ctx context.Context, in *ThumbupRequest, opts ...grpc.CallOption) (*ThumbupResponse, error) IsThumbup(ctx context.Context, in *IsThumbupRequest, opts ...grpc.CallOption) (*IsThumbupResponse, error) }
type ThumbupRequest ¶
type ThumbupRequest = pb.ThumbupRequest
type ThumbupResponse ¶
type ThumbupResponse = pb.ThumbupResponse
type UserThumbup ¶
type UserThumbup = pb.UserThumbup
Click to show internal directories.
Click to hide internal directories.