Documentation ¶
Index ¶
- type CountMomentReq
- type CountMomentResp
- type CreateMomentReq
- type CreateMomentResp
- type DeleteMomentReq
- type DeleteMomentResp
- type FilterOptions
- type ListMomentReq
- type ListMomentResp
- type Moment
- type MomentRpc
- type PaginationOptions
- type RetrieveMomentReq
- type RetrieveMomentResp
- type SearchField
- type SearchOptions
- type UpdateMomentReq
- type UpdateMomentResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountMomentReq ¶ added in v1.2.0
type CountMomentReq = pb.CountMomentReq
type CountMomentResp ¶ added in v1.2.0
type CountMomentResp = pb.CountMomentResp
type CreateMomentReq ¶
type CreateMomentReq = pb.CreateMomentReq
type CreateMomentResp ¶
type CreateMomentResp = pb.CreateMomentResp
type DeleteMomentReq ¶
type DeleteMomentReq = pb.DeleteMomentReq
type DeleteMomentResp ¶
type DeleteMomentResp = pb.DeleteMomentResp
type FilterOptions ¶ added in v1.2.0
type FilterOptions = pb.FilterOptions
type ListMomentReq ¶
type ListMomentReq = pb.ListMomentReq
type ListMomentResp ¶
type ListMomentResp = pb.ListMomentResp
type MomentRpc ¶
type MomentRpc interface { ListMoment(ctx context.Context, in *ListMomentReq, opts ...grpc.CallOption) (*ListMomentResp, error) CountMoment(ctx context.Context, in *CountMomentReq, opts ...grpc.CallOption) (*CountMomentResp, error) RetrieveMoment(ctx context.Context, in *RetrieveMomentReq, opts ...grpc.CallOption) (*RetrieveMomentResp, error) CreateMoment(ctx context.Context, in *CreateMomentReq, opts ...grpc.CallOption) (*CreateMomentResp, 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 PaginationOptions ¶ added in v1.2.0
type PaginationOptions = pb.PaginationOptions
type RetrieveMomentReq ¶
type RetrieveMomentReq = pb.RetrieveMomentReq
type RetrieveMomentResp ¶
type RetrieveMomentResp = pb.RetrieveMomentResp
type SearchField ¶ added in v1.2.0
type SearchField = pb.SearchField
type SearchOptions ¶ added in v1.2.0
type SearchOptions = pb.SearchOptions
type UpdateMomentReq ¶
type UpdateMomentReq = pb.UpdateMomentReq
type UpdateMomentResp ¶
type UpdateMomentResp = pb.UpdateMomentResp
Click to show internal directories.
Click to hide internal directories.