Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteMomentReq ¶
type DeleteMomentReq = pb.DeleteMomentReq
type DeleteMomentResp ¶
type DeleteMomentResp = pb.DeleteMomentResp
type GetMomentReq ¶
type GetMomentReq = pb.GetMomentReq
type GetMomentResp ¶
type GetMomentResp = pb.GetMomentResp
type InsertMomentReq ¶
type InsertMomentReq = pb.InsertMomentReq
type InsertMomentResp ¶
type InsertMomentResp = pb.InsertMomentResp
type MomentRpc ¶
type MomentRpc interface { GetMoment(ctx context.Context, in *GetMomentReq, opts ...grpc.CallOption) (*GetMomentResp, error) QueryMoment(ctx context.Context, in *QueryMomentReq, opts ...grpc.CallOption) (*QueryMomentResp, error) InsertMoment(ctx context.Context, in *InsertMomentReq, opts ...grpc.CallOption) (*InsertMomentResp, error) UpdateMoment(ctx context.Context, in *UpdateMomentReq, opts ...grpc.CallOption) (*UpdateMomentResp, error) DeleteMoment(ctx context.Context, in *DeleteMomentReq, opts ...grpc.CallOption) (*DeleteMomentResp, error) }
func NewMomentRpc ¶
type QueryMomentReq ¶
type QueryMomentReq = pb.QueryMomentReq
type QueryMomentResp ¶
type QueryMomentResp = pb.QueryMomentResp
type UpdateMomentReq ¶
type UpdateMomentReq = pb.UpdateMomentReq
type UpdateMomentResp ¶
type UpdateMomentResp = pb.UpdateMomentResp
Click to show internal directories.
Click to hide internal directories.