__

package
v0.2.28 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2022 License: MIT Imports: 5 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_collection_manager_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Collection

type Collection struct {
	CollectionID string                 `protobuf:"bytes,1,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
	Name         string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Desc         string                 `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Collection) Descriptor deprecated

func (*Collection) Descriptor() ([]byte, []int)

Deprecated: Use Collection.ProtoReflect.Descriptor instead.

func (*Collection) GetCollectionID

func (x *Collection) GetCollectionID() string

func (*Collection) GetCreatedAt

func (x *Collection) GetCreatedAt() *timestamppb.Timestamp

func (*Collection) GetDesc

func (x *Collection) GetDesc() string

func (*Collection) GetName

func (x *Collection) GetName() string

func (*Collection) ProtoMessage

func (*Collection) ProtoMessage()

func (*Collection) ProtoReflect

func (x *Collection) ProtoReflect() protoreflect.Message

func (*Collection) Reset

func (x *Collection) Reset()

func (*Collection) String

func (x *Collection) String() string

type GetCollectionReply

type GetCollectionReply struct {
	Success    bool        `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Reason     string      `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Collection *Collection `protobuf:"bytes,3,opt,name=collection,proto3" json:"collection,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionReply) Descriptor deprecated

func (*GetCollectionReply) Descriptor() ([]byte, []int)

Deprecated: Use GetCollectionReply.ProtoReflect.Descriptor instead.

func (*GetCollectionReply) GetCollection

func (x *GetCollectionReply) GetCollection() *Collection

func (*GetCollectionReply) GetReason

func (x *GetCollectionReply) GetReason() string

func (*GetCollectionReply) GetSuccess

func (x *GetCollectionReply) GetSuccess() bool

func (*GetCollectionReply) ProtoMessage

func (*GetCollectionReply) ProtoMessage()

func (*GetCollectionReply) ProtoReflect

func (x *GetCollectionReply) ProtoReflect() protoreflect.Message

func (*GetCollectionReply) Reset

func (x *GetCollectionReply) Reset()

func (*GetCollectionReply) String

func (x *GetCollectionReply) String() string

type GetCollectionRequest

type GetCollectionRequest struct {
	CollectionID string `protobuf:"bytes,1,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionRequest) Descriptor deprecated

func (*GetCollectionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCollectionRequest.ProtoReflect.Descriptor instead.

func (*GetCollectionRequest) GetCollectionID

func (x *GetCollectionRequest) GetCollectionID() string

func (*GetCollectionRequest) ProtoMessage

func (*GetCollectionRequest) ProtoMessage()

func (*GetCollectionRequest) ProtoReflect

func (x *GetCollectionRequest) ProtoReflect() protoreflect.Message

func (*GetCollectionRequest) Reset

func (x *GetCollectionRequest) Reset()

func (*GetCollectionRequest) String

func (x *GetCollectionRequest) String() string

type GetCollectionsReply

type GetCollectionsReply struct {
	Success     bool          `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Reason      string        `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Collections []*Collection `protobuf:"bytes,3,rep,name=collections,proto3" json:"collections,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionsReply) Descriptor deprecated

func (*GetCollectionsReply) Descriptor() ([]byte, []int)

Deprecated: Use GetCollectionsReply.ProtoReflect.Descriptor instead.

func (*GetCollectionsReply) GetCollections

func (x *GetCollectionsReply) GetCollections() []*Collection

func (*GetCollectionsReply) GetReason

func (x *GetCollectionsReply) GetReason() string

func (*GetCollectionsReply) GetSuccess

func (x *GetCollectionsReply) GetSuccess() bool

func (*GetCollectionsReply) ProtoMessage

func (*GetCollectionsReply) ProtoMessage()

func (*GetCollectionsReply) ProtoReflect

func (x *GetCollectionsReply) ProtoReflect() protoreflect.Message

func (*GetCollectionsReply) Reset

func (x *GetCollectionsReply) Reset()

func (*GetCollectionsReply) String

func (x *GetCollectionsReply) String() string

type GetCollectionsRequest

type GetCollectionsRequest struct {
	// contains filtered or unexported fields
}

func (*GetCollectionsRequest) Descriptor deprecated

func (*GetCollectionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCollectionsRequest.ProtoReflect.Descriptor instead.

func (*GetCollectionsRequest) ProtoMessage

func (*GetCollectionsRequest) ProtoMessage()

func (*GetCollectionsRequest) ProtoReflect

func (x *GetCollectionsRequest) ProtoReflect() protoreflect.Message

func (*GetCollectionsRequest) Reset

func (x *GetCollectionsRequest) Reset()

func (*GetCollectionsRequest) String

func (x *GetCollectionsRequest) String() string

type RegisterReply

type RegisterReply struct {
	Success bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Reason  string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterReply) Descriptor deprecated

func (*RegisterReply) Descriptor() ([]byte, []int)

Deprecated: Use RegisterReply.ProtoReflect.Descriptor instead.

func (*RegisterReply) GetReason

func (x *RegisterReply) GetReason() string

func (*RegisterReply) GetSuccess

func (x *RegisterReply) GetSuccess() bool

func (*RegisterReply) ProtoMessage

func (*RegisterReply) ProtoMessage()

func (*RegisterReply) ProtoReflect

func (x *RegisterReply) ProtoReflect() protoreflect.Message

func (*RegisterReply) Reset

func (x *RegisterReply) Reset()

func (*RegisterReply) String

func (x *RegisterReply) String() string

type RegisterRequest

type RegisterRequest struct {
	Collection *Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterRequest) Descriptor deprecated

func (*RegisterRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterRequest.ProtoReflect.Descriptor instead.

func (*RegisterRequest) GetCollection

func (x *RegisterRequest) GetCollection() *Collection

func (*RegisterRequest) ProtoMessage

func (*RegisterRequest) ProtoMessage()

func (*RegisterRequest) ProtoReflect

func (x *RegisterRequest) ProtoReflect() protoreflect.Message

func (*RegisterRequest) Reset

func (x *RegisterRequest) Reset()

func (*RegisterRequest) String

func (x *RegisterRequest) String() string

type UnregisterReply

type UnregisterReply struct {
	Success bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Reason  string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*UnregisterReply) Descriptor deprecated

func (*UnregisterReply) Descriptor() ([]byte, []int)

Deprecated: Use UnregisterReply.ProtoReflect.Descriptor instead.

func (*UnregisterReply) GetReason

func (x *UnregisterReply) GetReason() string

func (*UnregisterReply) GetSuccess

func (x *UnregisterReply) GetSuccess() bool

func (*UnregisterReply) ProtoMessage

func (*UnregisterReply) ProtoMessage()

func (*UnregisterReply) ProtoReflect

func (x *UnregisterReply) ProtoReflect() protoreflect.Message

func (*UnregisterReply) Reset

func (x *UnregisterReply) Reset()

func (*UnregisterReply) String

func (x *UnregisterReply) String() string

type UnregisterRequest

type UnregisterRequest struct {
	CollectionID string `protobuf:"bytes,1,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
	// contains filtered or unexported fields
}

func (*UnregisterRequest) Descriptor deprecated

func (*UnregisterRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnregisterRequest.ProtoReflect.Descriptor instead.

func (*UnregisterRequest) GetCollectionID

func (x *UnregisterRequest) GetCollectionID() string

func (*UnregisterRequest) ProtoMessage

func (*UnregisterRequest) ProtoMessage()

func (*UnregisterRequest) ProtoReflect

func (x *UnregisterRequest) ProtoReflect() protoreflect.Message

func (*UnregisterRequest) Reset

func (x *UnregisterRequest) Reset()

func (*UnregisterRequest) String

func (x *UnregisterRequest) String() string

Jump to

Keyboard shortcuts

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