Documentation ¶
Index ¶
- type Cat
- type CollectionRpc
- type CreateCatReq
- type CreateCatResp
- type CreateImageElement
- type CreateImageReq
- type CreateImageResp
- type DeleteCatReq
- type DeleteCatResp
- type DeleteImageReq
- type DeleteImageResp
- type Image
- type ListCatReq
- type ListCatResp
- type ListImageReq
- type ListImageResp
- type RetrieveCatReq
- type RetrieveCatResp
- type SearchCatReq
- type SearchCatResp
- type UpdateCatReq
- type UpdateCatResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionRpc ¶
type CollectionRpc interface { SearchCat(ctx context.Context, in *SearchCatReq, opts ...grpc.CallOption) (*SearchCatResp, error) ListCat(ctx context.Context, in *ListCatReq, opts ...grpc.CallOption) (*ListCatResp, error) RetrieveCat(ctx context.Context, in *RetrieveCatReq, opts ...grpc.CallOption) (*RetrieveCatResp, error) CreateCat(ctx context.Context, in *CreateCatReq, opts ...grpc.CallOption) (*CreateCatResp, error) UpdateCat(ctx context.Context, in *UpdateCatReq, opts ...grpc.CallOption) (*UpdateCatResp, error) DeleteCat(ctx context.Context, in *DeleteCatReq, opts ...grpc.CallOption) (*DeleteCatResp, error) CreateImage(ctx context.Context, in *CreateImageReq, opts ...grpc.CallOption) (*CreateImageResp, error) DeleteImage(ctx context.Context, in *DeleteImageReq, opts ...grpc.CallOption) (*DeleteImageResp, error) ListImage(ctx context.Context, in *ListImageReq, opts ...grpc.CallOption) (*ListImageResp, error) }
func NewCollectionRpc ¶
func NewCollectionRpc(cli zrpc.Client) CollectionRpc
type CreateCatReq ¶
type CreateCatReq = pb.CreateCatReq
type CreateCatResp ¶
type CreateCatResp = pb.CreateCatResp
type CreateImageElement ¶ added in v1.1.0
type CreateImageElement = pb.CreateImageElement
type CreateImageReq ¶ added in v1.0.8
type CreateImageReq = pb.CreateImageReq
type CreateImageResp ¶ added in v1.0.8
type CreateImageResp = pb.CreateImageResp
type DeleteCatReq ¶
type DeleteCatReq = pb.DeleteCatReq
type DeleteCatResp ¶
type DeleteCatResp = pb.DeleteCatResp
type DeleteImageReq ¶ added in v1.0.8
type DeleteImageReq = pb.DeleteImageReq
type DeleteImageResp ¶ added in v1.0.8
type DeleteImageResp = pb.DeleteImageResp
type ListCatReq ¶
type ListCatReq = pb.ListCatReq
type ListCatResp ¶
type ListCatResp = pb.ListCatResp
type ListImageReq ¶ added in v1.1.0
type ListImageReq = pb.ListImageReq
type ListImageResp ¶ added in v1.1.0
type ListImageResp = pb.ListImageResp
type RetrieveCatReq ¶
type RetrieveCatReq = pb.RetrieveCatReq
type RetrieveCatResp ¶
type RetrieveCatResp = pb.RetrieveCatResp
type SearchCatReq ¶ added in v1.0.2
type SearchCatReq = pb.SearchCatReq
type SearchCatResp ¶ added in v1.0.2
type SearchCatResp = pb.SearchCatResp
type UpdateCatReq ¶
type UpdateCatReq = pb.UpdateCatReq
type UpdateCatResp ¶
type UpdateCatResp = pb.UpdateCatResp
Click to show internal directories.
Click to hide internal directories.