collectionrpc

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2023 License: GPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cat

type Cat = pb.Cat

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 Image added in v1.0.9

type Image = pb.Image

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL