Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterBlobStoreServer(s grpc.ServiceRegistrar, srv BlobStoreServer)
- func RegisterCacheStoreServer(s grpc.ServiceRegistrar, srv CacheStoreServer)
- func RegisterDataStoreServer(s grpc.ServiceRegistrar, srv DataStoreServer)
- func RegisterMasterServer(s grpc.ServiceRegistrar, srv MasterServer)
- type AddScoresRequest
- func (*AddScoresRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddScoresRequest) GetCollection() string
- func (x *AddScoresRequest) GetDocuments() []*Score
- func (x *AddScoresRequest) GetSubset() string
- func (*AddScoresRequest) ProtoMessage()
- func (x *AddScoresRequest) ProtoReflect() protoreflect.Message
- func (x *AddScoresRequest) Reset()
- func (x *AddScoresRequest) String() string
- type AddScoresResponse
- type AddTimeSeriesPointsRequest
- func (*AddTimeSeriesPointsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddTimeSeriesPointsRequest) GetPoints() []*TimeSeriesPoint
- func (*AddTimeSeriesPointsRequest) ProtoMessage()
- func (x *AddTimeSeriesPointsRequest) ProtoReflect() protoreflect.Message
- func (x *AddTimeSeriesPointsRequest) Reset()
- func (x *AddTimeSeriesPointsRequest) String() string
- type AddTimeSeriesPointsResponse
- type BatchGetItemsRequest
- func (*BatchGetItemsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchGetItemsRequest) GetItemIds() []string
- func (*BatchGetItemsRequest) ProtoMessage()
- func (x *BatchGetItemsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchGetItemsRequest) Reset()
- func (x *BatchGetItemsRequest) String() string
- type BatchGetItemsResponse
- func (*BatchGetItemsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchGetItemsResponse) GetItems() []*Item
- func (*BatchGetItemsResponse) ProtoMessage()
- func (x *BatchGetItemsResponse) ProtoReflect() protoreflect.Message
- func (x *BatchGetItemsResponse) Reset()
- func (x *BatchGetItemsResponse) String() string
- type BatchInsertFeedbackRequest
- func (*BatchInsertFeedbackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchInsertFeedbackRequest) GetFeedback() []*Feedback
- func (x *BatchInsertFeedbackRequest) GetInsertItem() bool
- func (x *BatchInsertFeedbackRequest) GetInsertUser() bool
- func (x *BatchInsertFeedbackRequest) GetOverwrite() bool
- func (*BatchInsertFeedbackRequest) ProtoMessage()
- func (x *BatchInsertFeedbackRequest) ProtoReflect() protoreflect.Message
- func (x *BatchInsertFeedbackRequest) Reset()
- func (x *BatchInsertFeedbackRequest) String() string
- type BatchInsertFeedbackResponse
- type BatchInsertItemsRequest
- func (*BatchInsertItemsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchInsertItemsRequest) GetItems() []*Item
- func (*BatchInsertItemsRequest) ProtoMessage()
- func (x *BatchInsertItemsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchInsertItemsRequest) Reset()
- func (x *BatchInsertItemsRequest) String() string
- type BatchInsertItemsResponse
- type BatchInsertUsersRequest
- func (*BatchInsertUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchInsertUsersRequest) GetUsers() []*User
- func (*BatchInsertUsersRequest) ProtoMessage()
- func (x *BatchInsertUsersRequest) ProtoReflect() protoreflect.Message
- func (x *BatchInsertUsersRequest) Reset()
- func (x *BatchInsertUsersRequest) String() string
- type BatchInsertUsersResponse
- type BlobStoreClient
- type BlobStoreServer
- type BlobStore_DownloadBlobClient
- type BlobStore_DownloadBlobServer
- type BlobStore_UploadBlobClient
- type BlobStore_UploadBlobServer
- type CacheStoreClient
- type CacheStoreServer
- type CacheStore_ScanScoresClient
- type CacheStore_ScanScoresServer
- type CountFeedbackRequest
- type CountFeedbackResponse
- func (*CountFeedbackResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CountFeedbackResponse) GetCount() int32
- func (*CountFeedbackResponse) ProtoMessage()
- func (x *CountFeedbackResponse) ProtoReflect() protoreflect.Message
- func (x *CountFeedbackResponse) Reset()
- func (x *CountFeedbackResponse) String() string
- type CountItemsRequest
- type CountItemsResponse
- func (*CountItemsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CountItemsResponse) GetCount() int32
- func (*CountItemsResponse) ProtoMessage()
- func (x *CountItemsResponse) ProtoReflect() protoreflect.Message
- func (x *CountItemsResponse) Reset()
- func (x *CountItemsResponse) String() string
- type CountUsersRequest
- type CountUsersResponse
- func (*CountUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CountUsersResponse) GetCount() int32
- func (*CountUsersResponse) ProtoMessage()
- func (x *CountUsersResponse) ProtoReflect() protoreflect.Message
- func (x *CountUsersResponse) Reset()
- func (x *CountUsersResponse) String() string
- type DataStoreClient
- type DataStoreServer
- type DataStore_GetFeedbackStreamClient
- type DataStore_GetFeedbackStreamServer
- type DataStore_GetItemStreamClient
- type DataStore_GetItemStreamServer
- type DataStore_GetUserStreamClient
- type DataStore_GetUserStreamServer
- type DeleteItemRequest
- type DeleteItemResponse
- type DeleteRequest
- type DeleteResponse
- type DeleteScoresRequest
- func (*DeleteScoresRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteScoresRequest) GetCollection() []string
- func (x *DeleteScoresRequest) GetCondition() *ScoreCondition
- func (*DeleteScoresRequest) ProtoMessage()
- func (x *DeleteScoresRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteScoresRequest) Reset()
- func (x *DeleteScoresRequest) String() string
- type DeleteScoresResponse
- type DeleteUserItemFeedbackRequest
- func (*DeleteUserItemFeedbackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserItemFeedbackRequest) GetFeedbackTypes() []string
- func (x *DeleteUserItemFeedbackRequest) GetItemId() string
- func (x *DeleteUserItemFeedbackRequest) GetUserId() string
- func (*DeleteUserItemFeedbackRequest) ProtoMessage()
- func (x *DeleteUserItemFeedbackRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserItemFeedbackRequest) Reset()
- func (x *DeleteUserItemFeedbackRequest) String() string
- type DeleteUserItemFeedbackResponse
- func (*DeleteUserItemFeedbackResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserItemFeedbackResponse) GetCount() int32
- func (*DeleteUserItemFeedbackResponse) ProtoMessage()
- func (x *DeleteUserItemFeedbackResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteUserItemFeedbackResponse) Reset()
- func (x *DeleteUserItemFeedbackResponse) String() string
- type DeleteUserRequest
- type DeleteUserResponse
- type DownloadBlobRequest
- func (*DownloadBlobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DownloadBlobRequest) GetName() string
- func (*DownloadBlobRequest) ProtoMessage()
- func (x *DownloadBlobRequest) ProtoReflect() protoreflect.Message
- func (x *DownloadBlobRequest) Reset()
- func (x *DownloadBlobRequest) String() string
- type DownloadBlobResponse
- func (*DownloadBlobResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DownloadBlobResponse) GetData() []byte
- func (*DownloadBlobResponse) ProtoMessage()
- func (x *DownloadBlobResponse) ProtoReflect() protoreflect.Message
- func (x *DownloadBlobResponse) Reset()
- func (x *DownloadBlobResponse) String() string
- type ExpressionType
- func (ExpressionType) Descriptor() protoreflect.EnumDescriptor
- func (x ExpressionType) Enum() *ExpressionType
- func (ExpressionType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExpressionType) Number() protoreflect.EnumNumber
- func (x ExpressionType) String() string
- func (ExpressionType) Type() protoreflect.EnumType
- type Feedback
- func (*Feedback) Descriptor() ([]byte, []int)deprecated
- func (x *Feedback) GetComment() string
- func (x *Feedback) GetFeedbackType() string
- func (x *Feedback) GetItemId() string
- func (x *Feedback) GetNamespace() string
- func (x *Feedback) GetTimestamp() *timestamppb.Timestamp
- func (x *Feedback) GetUpdated() *timestamppb.Timestamp
- func (x *Feedback) GetUserId() string
- func (x *Feedback) GetValue() float64
- func (*Feedback) ProtoMessage()
- func (x *Feedback) ProtoReflect() protoreflect.Message
- func (x *Feedback) Reset()
- func (x *Feedback) String() string
- type FeedbackTypeExpression
- func (*FeedbackTypeExpression) Descriptor() ([]byte, []int)deprecated
- func (x *FeedbackTypeExpression) GetExpressionType() ExpressionType
- func (x *FeedbackTypeExpression) GetFeedbackType() string
- func (x *FeedbackTypeExpression) GetValue() float64
- func (*FeedbackTypeExpression) ProtoMessage()
- func (x *FeedbackTypeExpression) ProtoReflect() protoreflect.Message
- func (x *FeedbackTypeExpression) Reset()
- func (x *FeedbackTypeExpression) String() string
- type Fragment
- type GetFeedbackRequest
- func (*GetFeedbackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeedbackRequest) GetBeginTime() *timestamppb.Timestamp
- func (x *GetFeedbackRequest) GetCursor() string
- func (x *GetFeedbackRequest) GetEndTime() *timestamppb.Timestamp
- func (x *GetFeedbackRequest) GetFeedbackTypes() []*FeedbackTypeExpression
- func (x *GetFeedbackRequest) GetN() int32
- func (*GetFeedbackRequest) ProtoMessage()
- func (x *GetFeedbackRequest) ProtoReflect() protoreflect.Message
- func (x *GetFeedbackRequest) Reset()
- func (x *GetFeedbackRequest) String() string
- type GetFeedbackResponse
- func (*GetFeedbackResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeedbackResponse) GetCursor() string
- func (x *GetFeedbackResponse) GetFeedback() []*Feedback
- func (*GetFeedbackResponse) ProtoMessage()
- func (x *GetFeedbackResponse) ProtoReflect() protoreflect.Message
- func (x *GetFeedbackResponse) Reset()
- func (x *GetFeedbackResponse) String() string
- type GetFeedbackStreamRequest
- func (*GetFeedbackStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeedbackStreamRequest) GetBatchSize() int32
- func (x *GetFeedbackStreamRequest) GetScanOptions() *ScanOptions
- func (*GetFeedbackStreamRequest) ProtoMessage()
- func (x *GetFeedbackStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetFeedbackStreamRequest) Reset()
- func (x *GetFeedbackStreamRequest) String() string
- type GetFeedbackStreamResponse
- func (*GetFeedbackStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeedbackStreamResponse) GetFeedback() []*Feedback
- func (*GetFeedbackStreamResponse) ProtoMessage()
- func (x *GetFeedbackStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetFeedbackStreamResponse) Reset()
- func (x *GetFeedbackStreamResponse) String() string
- type GetItemFeedbackRequest
- func (*GetItemFeedbackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetItemFeedbackRequest) GetFeedbackTypes() []*FeedbackTypeExpression
- func (x *GetItemFeedbackRequest) GetItemId() string
- func (*GetItemFeedbackRequest) ProtoMessage()
- func (x *GetItemFeedbackRequest) ProtoReflect() protoreflect.Message
- func (x *GetItemFeedbackRequest) Reset()
- func (x *GetItemFeedbackRequest) String() string
- type GetItemRequest
- type GetItemResponse
- type GetItemStreamRequest
- func (*GetItemStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetItemStreamRequest) GetBatchSize() int32
- func (x *GetItemStreamRequest) GetTimeLimit() *timestamppb.Timestamp
- func (*GetItemStreamRequest) ProtoMessage()
- func (x *GetItemStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetItemStreamRequest) Reset()
- func (x *GetItemStreamRequest) String() string
- type GetItemStreamResponse
- func (*GetItemStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetItemStreamResponse) GetItems() []*Item
- func (*GetItemStreamResponse) ProtoMessage()
- func (x *GetItemStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetItemStreamResponse) Reset()
- func (x *GetItemStreamResponse) String() string
- type GetItemsRequest
- func (*GetItemsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetItemsRequest) GetBeginTime() *timestamppb.Timestamp
- func (x *GetItemsRequest) GetCursor() string
- func (x *GetItemsRequest) GetN() int32
- func (*GetItemsRequest) ProtoMessage()
- func (x *GetItemsRequest) ProtoReflect() protoreflect.Message
- func (x *GetItemsRequest) Reset()
- func (x *GetItemsRequest) String() string
- type GetItemsResponse
- func (*GetItemsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetItemsResponse) GetCursor() string
- func (x *GetItemsResponse) GetItems() []*Item
- func (*GetItemsResponse) ProtoMessage()
- func (x *GetItemsResponse) ProtoReflect() protoreflect.Message
- func (x *GetItemsResponse) Reset()
- func (x *GetItemsResponse) String() string
- type GetLatestItemsRequest
- func (*GetLatestItemsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestItemsRequest) GetCategories() []string
- func (x *GetLatestItemsRequest) GetN() int32
- func (*GetLatestItemsRequest) ProtoMessage()
- func (x *GetLatestItemsRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestItemsRequest) Reset()
- func (x *GetLatestItemsRequest) String() string
- type GetLatestItemsResponse
- func (*GetLatestItemsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestItemsResponse) GetItems() []*Item
- func (*GetLatestItemsResponse) ProtoMessage()
- func (x *GetLatestItemsResponse) ProtoReflect() protoreflect.Message
- func (x *GetLatestItemsResponse) Reset()
- func (x *GetLatestItemsResponse) String() string
- type GetRequest
- type GetResponse
- type GetTimeSeriesPointsRequest
- func (*GetTimeSeriesPointsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesPointsRequest) GetBegin() *timestamppb.Timestamp
- func (x *GetTimeSeriesPointsRequest) GetDuration() int64
- func (x *GetTimeSeriesPointsRequest) GetEnd() *timestamppb.Timestamp
- func (x *GetTimeSeriesPointsRequest) GetName() string
- func (*GetTimeSeriesPointsRequest) ProtoMessage()
- func (x *GetTimeSeriesPointsRequest) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesPointsRequest) Reset()
- func (x *GetTimeSeriesPointsRequest) String() string
- type GetTimeSeriesPointsResponse
- func (*GetTimeSeriesPointsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesPointsResponse) GetPoints() []*TimeSeriesPoint
- func (*GetTimeSeriesPointsResponse) ProtoMessage()
- func (x *GetTimeSeriesPointsResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesPointsResponse) Reset()
- func (x *GetTimeSeriesPointsResponse) String() string
- type GetUserFeedbackRequest
- func (*GetUserFeedbackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserFeedbackRequest) GetEndTime() *timestamppb.Timestamp
- func (x *GetUserFeedbackRequest) GetFeedbackTypes() []*FeedbackTypeExpression
- func (x *GetUserFeedbackRequest) GetUserId() string
- func (*GetUserFeedbackRequest) ProtoMessage()
- func (x *GetUserFeedbackRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserFeedbackRequest) Reset()
- func (x *GetUserFeedbackRequest) String() string
- type GetUserItemFeedbackRequest
- func (*GetUserItemFeedbackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserItemFeedbackRequest) GetFeedbackTypes() []*FeedbackTypeExpression
- func (x *GetUserItemFeedbackRequest) GetItemId() string
- func (x *GetUserItemFeedbackRequest) GetUserId() string
- func (*GetUserItemFeedbackRequest) ProtoMessage()
- func (x *GetUserItemFeedbackRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserItemFeedbackRequest) Reset()
- func (x *GetUserItemFeedbackRequest) String() string
- type GetUserRequest
- type GetUserResponse
- type GetUserStreamRequest
- func (*GetUserStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserStreamRequest) GetBatchSize() int32
- func (*GetUserStreamRequest) ProtoMessage()
- func (x *GetUserStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserStreamRequest) Reset()
- func (x *GetUserStreamRequest) String() string
- type GetUserStreamResponse
- func (*GetUserStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserStreamResponse) GetUsers() []*User
- func (*GetUserStreamResponse) ProtoMessage()
- func (x *GetUserStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserStreamResponse) Reset()
- func (x *GetUserStreamResponse) String() string
- type GetUsersRequest
- func (*GetUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUsersRequest) GetCursor() string
- func (x *GetUsersRequest) GetN() int32
- func (*GetUsersRequest) ProtoMessage()
- func (x *GetUsersRequest) ProtoReflect() protoreflect.Message
- func (x *GetUsersRequest) Reset()
- func (x *GetUsersRequest) String() string
- type GetUsersResponse
- func (*GetUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUsersResponse) GetCursor() string
- func (x *GetUsersResponse) GetUsers() []*User
- func (*GetUsersResponse) ProtoMessage()
- func (x *GetUsersResponse) ProtoReflect() protoreflect.Message
- func (x *GetUsersResponse) Reset()
- func (x *GetUsersResponse) String() string
- type Item
- func (*Item) Descriptor() ([]byte, []int)deprecated
- func (x *Item) GetCategories() []string
- func (x *Item) GetComment() string
- func (x *Item) GetIsHidden() bool
- func (x *Item) GetItemId() string
- func (x *Item) GetLabels() []byte
- func (x *Item) GetNamespace() string
- func (x *Item) GetTimestamp() *timestamppb.Timestamp
- func (*Item) ProtoMessage()
- func (x *Item) ProtoReflect() protoreflect.Message
- func (x *Item) Reset()
- func (x *Item) String() string
- type ItemPatch
- func (*ItemPatch) Descriptor() ([]byte, []int)deprecated
- func (x *ItemPatch) GetCategories() []string
- func (x *ItemPatch) GetComment() string
- func (x *ItemPatch) GetIsHidden() bool
- func (x *ItemPatch) GetLabels() []byte
- func (x *ItemPatch) GetTimestamp() *timestamppb.Timestamp
- func (*ItemPatch) ProtoMessage()
- func (x *ItemPatch) ProtoReflect() protoreflect.Message
- func (x *ItemPatch) Reset()
- func (x *ItemPatch) String() string
- type LatentFactor
- func (*LatentFactor) Descriptor() ([]byte, []int)deprecated
- func (x *LatentFactor) GetData() []float32
- func (x *LatentFactor) GetId() string
- func (*LatentFactor) ProtoMessage()
- func (x *LatentFactor) ProtoReflect() protoreflect.Message
- func (x *LatentFactor) Reset()
- func (x *LatentFactor) String() string
- type ListBlobsRequest
- type ListBlobsResponse
- type MasterClient
- type MasterServer
- type Meta
- func (*Meta) Descriptor() ([]byte, []int)deprecated
- func (x *Meta) GetClickThroughRateModelId() int64
- func (x *Meta) GetCollaborativeFilteringModelId() int64
- func (x *Meta) GetConfig() string
- func (x *Meta) GetMe() string
- func (x *Meta) GetServers() []string
- func (x *Meta) GetWorkers() []string
- func (*Meta) ProtoMessage()
- func (x *Meta) ProtoReflect() protoreflect.Message
- func (x *Meta) Reset()
- func (x *Meta) String() string
- type ModifyItemRequest
- func (*ModifyItemRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ModifyItemRequest) GetItemId() string
- func (x *ModifyItemRequest) GetPatch() *ItemPatch
- func (*ModifyItemRequest) ProtoMessage()
- func (x *ModifyItemRequest) ProtoReflect() protoreflect.Message
- func (x *ModifyItemRequest) Reset()
- func (x *ModifyItemRequest) String() string
- type ModifyItemResponse
- type ModifyUserRequest
- func (*ModifyUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ModifyUserRequest) GetPatch() *UserPatch
- func (x *ModifyUserRequest) GetUserId() string
- func (*ModifyUserRequest) ProtoMessage()
- func (x *ModifyUserRequest) ProtoReflect() protoreflect.Message
- func (x *ModifyUserRequest) Reset()
- func (x *ModifyUserRequest) String() string
- type ModifyUserResponse
- type NodeInfo
- func (*NodeInfo) Descriptor() ([]byte, []int)deprecated
- func (x *NodeInfo) GetBinaryVersion() string
- func (x *NodeInfo) GetHostname() string
- func (x *NodeInfo) GetNodeType() NodeType
- func (x *NodeInfo) GetUuid() string
- func (*NodeInfo) ProtoMessage()
- func (x *NodeInfo) ProtoReflect() protoreflect.Message
- func (x *NodeInfo) Reset()
- func (x *NodeInfo) String() string
- type NodeType
- type PingRequest
- type PingResponse
- type PopRequest
- type PopResponse
- type Progress
- func (*Progress) Descriptor() ([]byte, []int)deprecated
- func (x *Progress) GetCount() int64
- func (x *Progress) GetError() string
- func (x *Progress) GetFinishTime() int64
- func (x *Progress) GetName() string
- func (x *Progress) GetStartTime() int64
- func (x *Progress) GetStatus() string
- func (x *Progress) GetTotal() int64
- func (x *Progress) GetTracer() string
- func (*Progress) ProtoMessage()
- func (x *Progress) ProtoReflect() protoreflect.Message
- func (x *Progress) Reset()
- func (x *Progress) String() string
- type PushProgressRequest
- func (*PushProgressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PushProgressRequest) GetProgress() []*Progress
- func (*PushProgressRequest) ProtoMessage()
- func (x *PushProgressRequest) ProtoReflect() protoreflect.Message
- func (x *PushProgressRequest) Reset()
- func (x *PushProgressRequest) String() string
- type PushProgressResponse
- type PushRequest
- type PushResponse
- type RemainRequest
- type RemainResponse
- type RemoveBlobRequest
- type RemoveBlobResponse
- type ScanOptions
- func (*ScanOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ScanOptions) GetBeginItemId() string
- func (x *ScanOptions) GetBeginTime() *timestamppb.Timestamp
- func (x *ScanOptions) GetBeginUserId() string
- func (x *ScanOptions) GetEndItemId() string
- func (x *ScanOptions) GetEndTime() *timestamppb.Timestamp
- func (x *ScanOptions) GetEndUserId() string
- func (x *ScanOptions) GetFeedbackTypes() []*FeedbackTypeExpression
- func (x *ScanOptions) GetOrderByItemId() bool
- func (*ScanOptions) ProtoMessage()
- func (x *ScanOptions) ProtoReflect() protoreflect.Message
- func (x *ScanOptions) Reset()
- func (x *ScanOptions) String() string
- type ScanScoresRequest
- type ScanScoresResponse
- func (*ScanScoresResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ScanScoresResponse) GetCollection() string
- func (x *ScanScoresResponse) GetId() string
- func (x *ScanScoresResponse) GetSubset() string
- func (x *ScanScoresResponse) GetTimestamp() *timestamppb.Timestamp
- func (*ScanScoresResponse) ProtoMessage()
- func (x *ScanScoresResponse) ProtoReflect() protoreflect.Message
- func (x *ScanScoresResponse) Reset()
- func (x *ScanScoresResponse) String() string
- type Score
- func (*Score) Descriptor() ([]byte, []int)deprecated
- func (x *Score) GetCategories() []string
- func (x *Score) GetId() string
- func (x *Score) GetIsHidden() bool
- func (x *Score) GetScore() float64
- func (x *Score) GetTimestamp() *timestamppb.Timestamp
- func (*Score) ProtoMessage()
- func (x *Score) ProtoReflect() protoreflect.Message
- func (x *Score) Reset()
- func (x *Score) String() string
- type ScoreCondition
- func (*ScoreCondition) Descriptor() ([]byte, []int)deprecated
- func (x *ScoreCondition) GetBefore() *timestamppb.Timestamp
- func (x *ScoreCondition) GetId() string
- func (x *ScoreCondition) GetSubset() string
- func (*ScoreCondition) ProtoMessage()
- func (x *ScoreCondition) ProtoReflect() protoreflect.Message
- func (x *ScoreCondition) Reset()
- func (x *ScoreCondition) String() string
- type ScorePatch
- func (*ScorePatch) Descriptor() ([]byte, []int)deprecated
- func (x *ScorePatch) GetCategories() []string
- func (x *ScorePatch) GetIsHidden() bool
- func (x *ScorePatch) GetScore() float64
- func (*ScorePatch) ProtoMessage()
- func (x *ScorePatch) ProtoReflect() protoreflect.Message
- func (x *ScorePatch) Reset()
- func (x *ScorePatch) String() string
- type SearchScoresRequest
- func (*SearchScoresRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchScoresRequest) GetBegin() int32
- func (x *SearchScoresRequest) GetCollection() string
- func (x *SearchScoresRequest) GetEnd() int32
- func (x *SearchScoresRequest) GetQuery() []string
- func (x *SearchScoresRequest) GetSubset() string
- func (*SearchScoresRequest) ProtoMessage()
- func (x *SearchScoresRequest) ProtoReflect() protoreflect.Message
- func (x *SearchScoresRequest) Reset()
- func (x *SearchScoresRequest) String() string
- type SearchScoresResponse
- func (*SearchScoresResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchScoresResponse) GetDocuments() []*Score
- func (*SearchScoresResponse) ProtoMessage()
- func (x *SearchScoresResponse) ProtoReflect() protoreflect.Message
- func (x *SearchScoresResponse) Reset()
- func (x *SearchScoresResponse) String() string
- type SetRequest
- type SetResponse
- type Tensor
- func (*Tensor) Descriptor() ([]byte, []int)deprecated
- func (x *Tensor) GetData() []float32
- func (x *Tensor) GetKey() []string
- func (x *Tensor) GetShape() []int32
- func (*Tensor) ProtoMessage()
- func (x *Tensor) ProtoReflect() protoreflect.Message
- func (x *Tensor) Reset()
- func (x *Tensor) String() string
- type TimeSeriesPoint
- func (*TimeSeriesPoint) Descriptor() ([]byte, []int)deprecated
- func (x *TimeSeriesPoint) GetName() string
- func (x *TimeSeriesPoint) GetTimestamp() *timestamppb.Timestamp
- func (x *TimeSeriesPoint) GetValue() float64
- func (*TimeSeriesPoint) ProtoMessage()
- func (x *TimeSeriesPoint) ProtoReflect() protoreflect.Message
- func (x *TimeSeriesPoint) Reset()
- func (x *TimeSeriesPoint) String() string
- type UnimplementedBlobStoreServer
- func (UnimplementedBlobStoreServer) DownloadBlob(*DownloadBlobRequest, grpc.ServerStreamingServer[DownloadBlobResponse]) error
- func (UnimplementedBlobStoreServer) ListBlobs(context.Context, *ListBlobsRequest) (*ListBlobsResponse, error)
- func (UnimplementedBlobStoreServer) RemoveBlob(context.Context, *RemoveBlobRequest) (*RemoveBlobResponse, error)
- func (UnimplementedBlobStoreServer) UploadBlob(grpc.ClientStreamingServer[UploadBlobRequest, UploadBlobResponse]) error
- type UnimplementedCacheStoreServer
- func (UnimplementedCacheStoreServer) AddScores(context.Context, *AddScoresRequest) (*AddScoresResponse, error)
- func (UnimplementedCacheStoreServer) AddTimeSeriesPoints(context.Context, *AddTimeSeriesPointsRequest) (*AddTimeSeriesPointsResponse, error)
- func (UnimplementedCacheStoreServer) Delete(context.Context, *DeleteRequest) (*DeleteResponse, error)
- func (UnimplementedCacheStoreServer) DeleteScores(context.Context, *DeleteScoresRequest) (*DeleteScoresResponse, error)
- func (UnimplementedCacheStoreServer) Get(context.Context, *GetRequest) (*GetResponse, error)
- func (UnimplementedCacheStoreServer) GetTimeSeriesPoints(context.Context, *GetTimeSeriesPointsRequest) (*GetTimeSeriesPointsResponse, error)
- func (UnimplementedCacheStoreServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
- func (UnimplementedCacheStoreServer) Pop(context.Context, *PopRequest) (*PopResponse, error)
- func (UnimplementedCacheStoreServer) Push(context.Context, *PushRequest) (*PushResponse, error)
- func (UnimplementedCacheStoreServer) Remain(context.Context, *RemainRequest) (*RemainResponse, error)
- func (UnimplementedCacheStoreServer) ScanScores(*ScanScoresRequest, grpc.ServerStreamingServer[ScanScoresResponse]) error
- func (UnimplementedCacheStoreServer) SearchScores(context.Context, *SearchScoresRequest) (*SearchScoresResponse, error)
- func (UnimplementedCacheStoreServer) Set(context.Context, *SetRequest) (*SetResponse, error)
- func (UnimplementedCacheStoreServer) UpdateScores(context.Context, *UpdateScoresRequest) (*UpdateScoresResponse, error)
- type UnimplementedDataStoreServer
- func (UnimplementedDataStoreServer) BatchGetItems(context.Context, *BatchGetItemsRequest) (*BatchGetItemsResponse, error)
- func (UnimplementedDataStoreServer) BatchInsertFeedback(context.Context, *BatchInsertFeedbackRequest) (*BatchInsertFeedbackResponse, error)
- func (UnimplementedDataStoreServer) BatchInsertItems(context.Context, *BatchInsertItemsRequest) (*BatchInsertItemsResponse, error)
- func (UnimplementedDataStoreServer) BatchInsertUsers(context.Context, *BatchInsertUsersRequest) (*BatchInsertUsersResponse, error)
- func (UnimplementedDataStoreServer) CountFeedback(context.Context, *CountFeedbackRequest) (*CountFeedbackResponse, error)
- func (UnimplementedDataStoreServer) CountItems(context.Context, *CountItemsRequest) (*CountItemsResponse, error)
- func (UnimplementedDataStoreServer) CountUsers(context.Context, *CountUsersRequest) (*CountUsersResponse, error)
- func (UnimplementedDataStoreServer) DeleteItem(context.Context, *DeleteItemRequest) (*DeleteItemResponse, error)
- func (UnimplementedDataStoreServer) DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
- func (UnimplementedDataStoreServer) DeleteUserItemFeedback(context.Context, *DeleteUserItemFeedbackRequest) (*DeleteUserItemFeedbackResponse, error)
- func (UnimplementedDataStoreServer) GetFeedback(context.Context, *GetFeedbackRequest) (*GetFeedbackResponse, error)
- func (UnimplementedDataStoreServer) GetFeedbackStream(*GetFeedbackStreamRequest, ...) error
- func (UnimplementedDataStoreServer) GetItem(context.Context, *GetItemRequest) (*GetItemResponse, error)
- func (UnimplementedDataStoreServer) GetItemFeedback(context.Context, *GetItemFeedbackRequest) (*GetFeedbackResponse, error)
- func (UnimplementedDataStoreServer) GetItemStream(*GetItemStreamRequest, grpc.ServerStreamingServer[GetItemStreamResponse]) error
- func (UnimplementedDataStoreServer) GetItems(context.Context, *GetItemsRequest) (*GetItemsResponse, error)
- func (UnimplementedDataStoreServer) GetLatestItems(context.Context, *GetLatestItemsRequest) (*GetLatestItemsResponse, error)
- func (UnimplementedDataStoreServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
- func (UnimplementedDataStoreServer) GetUserFeedback(context.Context, *GetUserFeedbackRequest) (*GetFeedbackResponse, error)
- func (UnimplementedDataStoreServer) GetUserItemFeedback(context.Context, *GetUserItemFeedbackRequest) (*GetFeedbackResponse, error)
- func (UnimplementedDataStoreServer) GetUserStream(*GetUserStreamRequest, grpc.ServerStreamingServer[GetUserStreamResponse]) error
- func (UnimplementedDataStoreServer) GetUsers(context.Context, *GetUsersRequest) (*GetUsersResponse, error)
- func (UnimplementedDataStoreServer) ModifyItem(context.Context, *ModifyItemRequest) (*ModifyItemResponse, error)
- func (UnimplementedDataStoreServer) ModifyUser(context.Context, *ModifyUserRequest) (*ModifyUserResponse, error)
- func (UnimplementedDataStoreServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
- type UnimplementedMasterServer
- type UnsafeBlobStoreServer
- type UnsafeCacheStoreServer
- type UnsafeDataStoreServer
- type UnsafeMasterServer
- type UpdateScoresRequest
- func (*UpdateScoresRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateScoresRequest) GetCollection() []string
- func (x *UpdateScoresRequest) GetId() string
- func (x *UpdateScoresRequest) GetPatch() *ScorePatch
- func (x *UpdateScoresRequest) GetSubset() string
- func (*UpdateScoresRequest) ProtoMessage()
- func (x *UpdateScoresRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateScoresRequest) Reset()
- func (x *UpdateScoresRequest) String() string
- type UpdateScoresResponse
- type UploadBlobRequest
- func (*UploadBlobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UploadBlobRequest) GetData() []byte
- func (x *UploadBlobRequest) GetName() string
- func (x *UploadBlobRequest) GetTimestamp() *timestamppb.Timestamp
- func (*UploadBlobRequest) ProtoMessage()
- func (x *UploadBlobRequest) ProtoReflect() protoreflect.Message
- func (x *UploadBlobRequest) Reset()
- func (x *UploadBlobRequest) String() string
- type UploadBlobResponse
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetComment() string
- func (x *User) GetLabels() []byte
- func (x *User) GetSubscribe() []string
- func (x *User) GetUserId() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserPatch
- func (*UserPatch) Descriptor() ([]byte, []int)deprecated
- func (x *UserPatch) GetComment() string
- func (x *UserPatch) GetLabels() []byte
- func (x *UserPatch) GetSubscribe() []string
- func (*UserPatch) ProtoMessage()
- func (x *UserPatch) ProtoReflect() protoreflect.Message
- func (x *UserPatch) Reset()
- func (x *UserPatch) String() string
- type Value
Constants ¶
const ( CacheStore_Ping_FullMethodName = "/protocol.CacheStore/Ping" CacheStore_Get_FullMethodName = "/protocol.CacheStore/Get" CacheStore_Set_FullMethodName = "/protocol.CacheStore/Set" CacheStore_Delete_FullMethodName = "/protocol.CacheStore/Delete" CacheStore_Push_FullMethodName = "/protocol.CacheStore/Push" CacheStore_Pop_FullMethodName = "/protocol.CacheStore/Pop" CacheStore_Remain_FullMethodName = "/protocol.CacheStore/Remain" CacheStore_AddScores_FullMethodName = "/protocol.CacheStore/AddScores" CacheStore_SearchScores_FullMethodName = "/protocol.CacheStore/SearchScores" CacheStore_DeleteScores_FullMethodName = "/protocol.CacheStore/DeleteScores" CacheStore_UpdateScores_FullMethodName = "/protocol.CacheStore/UpdateScores" CacheStore_ScanScores_FullMethodName = "/protocol.CacheStore/ScanScores" CacheStore_AddTimeSeriesPoints_FullMethodName = "/protocol.CacheStore/AddTimeSeriesPoints" CacheStore_GetTimeSeriesPoints_FullMethodName = "/protocol.CacheStore/GetTimeSeriesPoints" )
const ( DataStore_Ping_FullMethodName = "/protocol.DataStore/Ping" DataStore_BatchInsertItems_FullMethodName = "/protocol.DataStore/BatchInsertItems" DataStore_BatchGetItems_FullMethodName = "/protocol.DataStore/BatchGetItems" DataStore_DeleteItem_FullMethodName = "/protocol.DataStore/DeleteItem" DataStore_GetItem_FullMethodName = "/protocol.DataStore/GetItem" DataStore_ModifyItem_FullMethodName = "/protocol.DataStore/ModifyItem" DataStore_GetItems_FullMethodName = "/protocol.DataStore/GetItems" DataStore_GetItemFeedback_FullMethodName = "/protocol.DataStore/GetItemFeedback" DataStore_BatchInsertUsers_FullMethodName = "/protocol.DataStore/BatchInsertUsers" DataStore_DeleteUser_FullMethodName = "/protocol.DataStore/DeleteUser" DataStore_GetUser_FullMethodName = "/protocol.DataStore/GetUser" DataStore_ModifyUser_FullMethodName = "/protocol.DataStore/ModifyUser" DataStore_GetUsers_FullMethodName = "/protocol.DataStore/GetUsers" DataStore_GetUserFeedback_FullMethodName = "/protocol.DataStore/GetUserFeedback" DataStore_GetUserItemFeedback_FullMethodName = "/protocol.DataStore/GetUserItemFeedback" DataStore_DeleteUserItemFeedback_FullMethodName = "/protocol.DataStore/DeleteUserItemFeedback" DataStore_BatchInsertFeedback_FullMethodName = "/protocol.DataStore/BatchInsertFeedback" DataStore_GetFeedback_FullMethodName = "/protocol.DataStore/GetFeedback" DataStore_GetUserStream_FullMethodName = "/protocol.DataStore/GetUserStream" DataStore_GetItemStream_FullMethodName = "/protocol.DataStore/GetItemStream" DataStore_GetFeedbackStream_FullMethodName = "/protocol.DataStore/GetFeedbackStream" DataStore_CountUsers_FullMethodName = "/protocol.DataStore/CountUsers" DataStore_CountItems_FullMethodName = "/protocol.DataStore/CountItems" DataStore_CountFeedback_FullMethodName = "/protocol.DataStore/CountFeedback" DataStore_GetLatestItems_FullMethodName = "/protocol.DataStore/GetLatestItems" )
const ( Master_GetMeta_FullMethodName = "/protocol.Master/GetMeta" Master_PushProgress_FullMethodName = "/protocol.Master/PushProgress" )
const ( BlobStore_UploadBlob_FullMethodName = "/protocol.BlobStore/UploadBlob" BlobStore_DownloadBlob_FullMethodName = "/protocol.BlobStore/DownloadBlob" BlobStore_ListBlobs_FullMethodName = "/protocol.BlobStore/ListBlobs" BlobStore_RemoveBlob_FullMethodName = "/protocol.BlobStore/RemoveBlob" )
Variables ¶
var ( ExpressionType_name = map[int32]string{ 0: "None", 1: "Less", 2: "LessOrEqual", 3: "Greater", 4: "GreaterOrEqual", } ExpressionType_value = map[string]int32{ "None": 0, "Less": 1, "LessOrEqual": 2, "Greater": 3, "GreaterOrEqual": 4, } )
Enum value maps for ExpressionType.
var ( NodeType_name = map[int32]string{ 0: "Server", 1: "Worker", 2: "Client", } NodeType_value = map[string]int32{ "Server": 0, "Worker": 1, "Client": 2, } )
Enum value maps for NodeType.
var BlobStore_ServiceDesc = grpc.ServiceDesc{ ServiceName: "protocol.BlobStore", HandlerType: (*BlobStoreServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListBlobs", Handler: _BlobStore_ListBlobs_Handler, }, { MethodName: "RemoveBlob", Handler: _BlobStore_RemoveBlob_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "UploadBlob", Handler: _BlobStore_UploadBlob_Handler, ClientStreams: true, }, { StreamName: "DownloadBlob", Handler: _BlobStore_DownloadBlob_Handler, ServerStreams: true, }, }, Metadata: "protocol.proto", }
BlobStore_ServiceDesc is the grpc.ServiceDesc for BlobStore service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var CacheStore_ServiceDesc = grpc.ServiceDesc{ ServiceName: "protocol.CacheStore", HandlerType: (*CacheStoreServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Ping", Handler: _CacheStore_Ping_Handler, }, { MethodName: "Get", Handler: _CacheStore_Get_Handler, }, { MethodName: "Set", Handler: _CacheStore_Set_Handler, }, { MethodName: "Delete", Handler: _CacheStore_Delete_Handler, }, { MethodName: "Push", Handler: _CacheStore_Push_Handler, }, { MethodName: "Pop", Handler: _CacheStore_Pop_Handler, }, { MethodName: "Remain", Handler: _CacheStore_Remain_Handler, }, { MethodName: "AddScores", Handler: _CacheStore_AddScores_Handler, }, { MethodName: "SearchScores", Handler: _CacheStore_SearchScores_Handler, }, { MethodName: "DeleteScores", Handler: _CacheStore_DeleteScores_Handler, }, { MethodName: "UpdateScores", Handler: _CacheStore_UpdateScores_Handler, }, { MethodName: "AddTimeSeriesPoints", Handler: _CacheStore_AddTimeSeriesPoints_Handler, }, { MethodName: "GetTimeSeriesPoints", Handler: _CacheStore_GetTimeSeriesPoints_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "ScanScores", Handler: _CacheStore_ScanScores_Handler, ServerStreams: true, }, }, Metadata: "cache_store.proto", }
CacheStore_ServiceDesc is the grpc.ServiceDesc for CacheStore service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var DataStore_ServiceDesc = grpc.ServiceDesc{ ServiceName: "protocol.DataStore", HandlerType: (*DataStoreServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Ping", Handler: _DataStore_Ping_Handler, }, { MethodName: "BatchInsertItems", Handler: _DataStore_BatchInsertItems_Handler, }, { MethodName: "BatchGetItems", Handler: _DataStore_BatchGetItems_Handler, }, { MethodName: "DeleteItem", Handler: _DataStore_DeleteItem_Handler, }, { MethodName: "GetItem", Handler: _DataStore_GetItem_Handler, }, { MethodName: "ModifyItem", Handler: _DataStore_ModifyItem_Handler, }, { MethodName: "GetItems", Handler: _DataStore_GetItems_Handler, }, { MethodName: "GetItemFeedback", Handler: _DataStore_GetItemFeedback_Handler, }, { MethodName: "BatchInsertUsers", Handler: _DataStore_BatchInsertUsers_Handler, }, { MethodName: "DeleteUser", Handler: _DataStore_DeleteUser_Handler, }, { MethodName: "GetUser", Handler: _DataStore_GetUser_Handler, }, { MethodName: "ModifyUser", Handler: _DataStore_ModifyUser_Handler, }, { MethodName: "GetUsers", Handler: _DataStore_GetUsers_Handler, }, { MethodName: "GetUserFeedback", Handler: _DataStore_GetUserFeedback_Handler, }, { MethodName: "GetUserItemFeedback", Handler: _DataStore_GetUserItemFeedback_Handler, }, { MethodName: "DeleteUserItemFeedback", Handler: _DataStore_DeleteUserItemFeedback_Handler, }, { MethodName: "BatchInsertFeedback", Handler: _DataStore_BatchInsertFeedback_Handler, }, { MethodName: "GetFeedback", Handler: _DataStore_GetFeedback_Handler, }, { MethodName: "CountUsers", Handler: _DataStore_CountUsers_Handler, }, { MethodName: "CountItems", Handler: _DataStore_CountItems_Handler, }, { MethodName: "CountFeedback", Handler: _DataStore_CountFeedback_Handler, }, { MethodName: "GetLatestItems", Handler: _DataStore_GetLatestItems_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "GetUserStream", Handler: _DataStore_GetUserStream_Handler, ServerStreams: true, }, { StreamName: "GetItemStream", Handler: _DataStore_GetItemStream_Handler, ServerStreams: true, }, { StreamName: "GetFeedbackStream", Handler: _DataStore_GetFeedbackStream_Handler, ServerStreams: true, }, }, Metadata: "data_store.proto", }
DataStore_ServiceDesc is the grpc.ServiceDesc for DataStore service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_cache_store_proto protoreflect.FileDescriptor
var File_data_store_proto protoreflect.FileDescriptor
var File_encoding_proto protoreflect.FileDescriptor
var File_protocol_proto protoreflect.FileDescriptor
var Master_ServiceDesc = grpc.ServiceDesc{ ServiceName: "protocol.Master", HandlerType: (*MasterServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetMeta", Handler: _Master_GetMeta_Handler, }, { MethodName: "PushProgress", Handler: _Master_PushProgress_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "protocol.proto", }
Master_ServiceDesc is the grpc.ServiceDesc for Master service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterBlobStoreServer ¶
func RegisterBlobStoreServer(s grpc.ServiceRegistrar, srv BlobStoreServer)
func RegisterCacheStoreServer ¶
func RegisterCacheStoreServer(s grpc.ServiceRegistrar, srv CacheStoreServer)
func RegisterDataStoreServer ¶
func RegisterDataStoreServer(s grpc.ServiceRegistrar, srv DataStoreServer)
func RegisterMasterServer ¶
func RegisterMasterServer(s grpc.ServiceRegistrar, srv MasterServer)
Types ¶
type AddScoresRequest ¶
type AddScoresRequest struct {
Collection string `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
Subset string `protobuf:"bytes,2,opt,name=subset,proto3" json:"subset,omitempty"`
Documents []*Score `protobuf:"bytes,3,rep,name=documents,proto3" json:"documents,omitempty"`
// contains filtered or unexported fields
}
func (*AddScoresRequest) Descriptor
deprecated
func (*AddScoresRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddScoresRequest.ProtoReflect.Descriptor instead.
func (*AddScoresRequest) GetCollection ¶
func (x *AddScoresRequest) GetCollection() string
func (*AddScoresRequest) GetDocuments ¶
func (x *AddScoresRequest) GetDocuments() []*Score
func (*AddScoresRequest) GetSubset ¶
func (x *AddScoresRequest) GetSubset() string
func (*AddScoresRequest) ProtoMessage ¶
func (*AddScoresRequest) ProtoMessage()
func (*AddScoresRequest) ProtoReflect ¶
func (x *AddScoresRequest) ProtoReflect() protoreflect.Message
func (*AddScoresRequest) Reset ¶
func (x *AddScoresRequest) Reset()
func (*AddScoresRequest) String ¶
func (x *AddScoresRequest) String() string
type AddScoresResponse ¶
type AddScoresResponse struct {
// contains filtered or unexported fields
}
func (*AddScoresResponse) Descriptor
deprecated
func (*AddScoresResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddScoresResponse.ProtoReflect.Descriptor instead.
func (*AddScoresResponse) ProtoMessage ¶
func (*AddScoresResponse) ProtoMessage()
func (*AddScoresResponse) ProtoReflect ¶
func (x *AddScoresResponse) ProtoReflect() protoreflect.Message
func (*AddScoresResponse) Reset ¶
func (x *AddScoresResponse) Reset()
func (*AddScoresResponse) String ¶
func (x *AddScoresResponse) String() string
type AddTimeSeriesPointsRequest ¶
type AddTimeSeriesPointsRequest struct {
Points []*TimeSeriesPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
// contains filtered or unexported fields
}
func (*AddTimeSeriesPointsRequest) Descriptor
deprecated
func (*AddTimeSeriesPointsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddTimeSeriesPointsRequest.ProtoReflect.Descriptor instead.
func (*AddTimeSeriesPointsRequest) GetPoints ¶
func (x *AddTimeSeriesPointsRequest) GetPoints() []*TimeSeriesPoint
func (*AddTimeSeriesPointsRequest) ProtoMessage ¶
func (*AddTimeSeriesPointsRequest) ProtoMessage()
func (*AddTimeSeriesPointsRequest) ProtoReflect ¶
func (x *AddTimeSeriesPointsRequest) ProtoReflect() protoreflect.Message
func (*AddTimeSeriesPointsRequest) Reset ¶
func (x *AddTimeSeriesPointsRequest) Reset()
func (*AddTimeSeriesPointsRequest) String ¶
func (x *AddTimeSeriesPointsRequest) String() string
type AddTimeSeriesPointsResponse ¶
type AddTimeSeriesPointsResponse struct {
// contains filtered or unexported fields
}
func (*AddTimeSeriesPointsResponse) Descriptor
deprecated
func (*AddTimeSeriesPointsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddTimeSeriesPointsResponse.ProtoReflect.Descriptor instead.
func (*AddTimeSeriesPointsResponse) ProtoMessage ¶
func (*AddTimeSeriesPointsResponse) ProtoMessage()
func (*AddTimeSeriesPointsResponse) ProtoReflect ¶
func (x *AddTimeSeriesPointsResponse) ProtoReflect() protoreflect.Message
func (*AddTimeSeriesPointsResponse) Reset ¶
func (x *AddTimeSeriesPointsResponse) Reset()
func (*AddTimeSeriesPointsResponse) String ¶
func (x *AddTimeSeriesPointsResponse) String() string
type BatchGetItemsRequest ¶
type BatchGetItemsRequest struct {
ItemIds []string `protobuf:"bytes,1,rep,name=item_ids,json=itemIds,proto3" json:"item_ids,omitempty"`
// contains filtered or unexported fields
}
func (*BatchGetItemsRequest) Descriptor
deprecated
func (*BatchGetItemsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchGetItemsRequest.ProtoReflect.Descriptor instead.
func (*BatchGetItemsRequest) GetItemIds ¶
func (x *BatchGetItemsRequest) GetItemIds() []string
func (*BatchGetItemsRequest) ProtoMessage ¶
func (*BatchGetItemsRequest) ProtoMessage()
func (*BatchGetItemsRequest) ProtoReflect ¶
func (x *BatchGetItemsRequest) ProtoReflect() protoreflect.Message
func (*BatchGetItemsRequest) Reset ¶
func (x *BatchGetItemsRequest) Reset()
func (*BatchGetItemsRequest) String ¶
func (x *BatchGetItemsRequest) String() string
type BatchGetItemsResponse ¶
type BatchGetItemsResponse struct {
Items []*Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
// contains filtered or unexported fields
}
func (*BatchGetItemsResponse) Descriptor
deprecated
func (*BatchGetItemsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchGetItemsResponse.ProtoReflect.Descriptor instead.
func (*BatchGetItemsResponse) GetItems ¶
func (x *BatchGetItemsResponse) GetItems() []*Item
func (*BatchGetItemsResponse) ProtoMessage ¶
func (*BatchGetItemsResponse) ProtoMessage()
func (*BatchGetItemsResponse) ProtoReflect ¶
func (x *BatchGetItemsResponse) ProtoReflect() protoreflect.Message
func (*BatchGetItemsResponse) Reset ¶
func (x *BatchGetItemsResponse) Reset()
func (*BatchGetItemsResponse) String ¶
func (x *BatchGetItemsResponse) String() string
type BatchInsertFeedbackRequest ¶
type BatchInsertFeedbackRequest struct {
Feedback []*Feedback `protobuf:"bytes,1,rep,name=feedback,proto3" json:"feedback,omitempty"`
InsertUser bool `protobuf:"varint,2,opt,name=insert_user,json=insertUser,proto3" json:"insert_user,omitempty"`
InsertItem bool `protobuf:"varint,3,opt,name=insert_item,json=insertItem,proto3" json:"insert_item,omitempty"`
Overwrite bool `protobuf:"varint,4,opt,name=overwrite,proto3" json:"overwrite,omitempty"`
// contains filtered or unexported fields
}
func (*BatchInsertFeedbackRequest) Descriptor
deprecated
func (*BatchInsertFeedbackRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchInsertFeedbackRequest.ProtoReflect.Descriptor instead.
func (*BatchInsertFeedbackRequest) GetFeedback ¶
func (x *BatchInsertFeedbackRequest) GetFeedback() []*Feedback
func (*BatchInsertFeedbackRequest) GetInsertItem ¶
func (x *BatchInsertFeedbackRequest) GetInsertItem() bool
func (*BatchInsertFeedbackRequest) GetInsertUser ¶
func (x *BatchInsertFeedbackRequest) GetInsertUser() bool
func (*BatchInsertFeedbackRequest) GetOverwrite ¶
func (x *BatchInsertFeedbackRequest) GetOverwrite() bool
func (*BatchInsertFeedbackRequest) ProtoMessage ¶
func (*BatchInsertFeedbackRequest) ProtoMessage()
func (*BatchInsertFeedbackRequest) ProtoReflect ¶
func (x *BatchInsertFeedbackRequest) ProtoReflect() protoreflect.Message
func (*BatchInsertFeedbackRequest) Reset ¶
func (x *BatchInsertFeedbackRequest) Reset()
func (*BatchInsertFeedbackRequest) String ¶
func (x *BatchInsertFeedbackRequest) String() string
type BatchInsertFeedbackResponse ¶
type BatchInsertFeedbackResponse struct {
// contains filtered or unexported fields
}
func (*BatchInsertFeedbackResponse) Descriptor
deprecated
func (*BatchInsertFeedbackResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchInsertFeedbackResponse.ProtoReflect.Descriptor instead.
func (*BatchInsertFeedbackResponse) ProtoMessage ¶
func (*BatchInsertFeedbackResponse) ProtoMessage()
func (*BatchInsertFeedbackResponse) ProtoReflect ¶
func (x *BatchInsertFeedbackResponse) ProtoReflect() protoreflect.Message
func (*BatchInsertFeedbackResponse) Reset ¶
func (x *BatchInsertFeedbackResponse) Reset()
func (*BatchInsertFeedbackResponse) String ¶
func (x *BatchInsertFeedbackResponse) String() string
type BatchInsertItemsRequest ¶
type BatchInsertItemsRequest struct {
Items []*Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
// contains filtered or unexported fields
}
func (*BatchInsertItemsRequest) Descriptor
deprecated
func (*BatchInsertItemsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchInsertItemsRequest.ProtoReflect.Descriptor instead.
func (*BatchInsertItemsRequest) GetItems ¶
func (x *BatchInsertItemsRequest) GetItems() []*Item
func (*BatchInsertItemsRequest) ProtoMessage ¶
func (*BatchInsertItemsRequest) ProtoMessage()
func (*BatchInsertItemsRequest) ProtoReflect ¶
func (x *BatchInsertItemsRequest) ProtoReflect() protoreflect.Message
func (*BatchInsertItemsRequest) Reset ¶
func (x *BatchInsertItemsRequest) Reset()
func (*BatchInsertItemsRequest) String ¶
func (x *BatchInsertItemsRequest) String() string
type BatchInsertItemsResponse ¶
type BatchInsertItemsResponse struct {
// contains filtered or unexported fields
}
func (*BatchInsertItemsResponse) Descriptor
deprecated
func (*BatchInsertItemsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchInsertItemsResponse.ProtoReflect.Descriptor instead.
func (*BatchInsertItemsResponse) ProtoMessage ¶
func (*BatchInsertItemsResponse) ProtoMessage()
func (*BatchInsertItemsResponse) ProtoReflect ¶
func (x *BatchInsertItemsResponse) ProtoReflect() protoreflect.Message
func (*BatchInsertItemsResponse) Reset ¶
func (x *BatchInsertItemsResponse) Reset()
func (*BatchInsertItemsResponse) String ¶
func (x *BatchInsertItemsResponse) String() string
type BatchInsertUsersRequest ¶
type BatchInsertUsersRequest struct {
Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
// contains filtered or unexported fields
}
func (*BatchInsertUsersRequest) Descriptor
deprecated
func (*BatchInsertUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchInsertUsersRequest.ProtoReflect.Descriptor instead.
func (*BatchInsertUsersRequest) GetUsers ¶
func (x *BatchInsertUsersRequest) GetUsers() []*User
func (*BatchInsertUsersRequest) ProtoMessage ¶
func (*BatchInsertUsersRequest) ProtoMessage()
func (*BatchInsertUsersRequest) ProtoReflect ¶
func (x *BatchInsertUsersRequest) ProtoReflect() protoreflect.Message
func (*BatchInsertUsersRequest) Reset ¶
func (x *BatchInsertUsersRequest) Reset()
func (*BatchInsertUsersRequest) String ¶
func (x *BatchInsertUsersRequest) String() string
type BatchInsertUsersResponse ¶
type BatchInsertUsersResponse struct {
// contains filtered or unexported fields
}
func (*BatchInsertUsersResponse) Descriptor
deprecated
func (*BatchInsertUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchInsertUsersResponse.ProtoReflect.Descriptor instead.
func (*BatchInsertUsersResponse) ProtoMessage ¶
func (*BatchInsertUsersResponse) ProtoMessage()
func (*BatchInsertUsersResponse) ProtoReflect ¶
func (x *BatchInsertUsersResponse) ProtoReflect() protoreflect.Message
func (*BatchInsertUsersResponse) Reset ¶
func (x *BatchInsertUsersResponse) Reset()
func (*BatchInsertUsersResponse) String ¶
func (x *BatchInsertUsersResponse) String() string
type BlobStoreClient ¶
type BlobStoreClient interface {
UploadBlob(ctx context.Context, opts ...grpc.CallOption) (grpc.ClientStreamingClient[UploadBlobRequest, UploadBlobResponse], error)
DownloadBlob(ctx context.Context, in *DownloadBlobRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[DownloadBlobResponse], error)
ListBlobs(ctx context.Context, in *ListBlobsRequest, opts ...grpc.CallOption) (*ListBlobsResponse, error)
RemoveBlob(ctx context.Context, in *RemoveBlobRequest, opts ...grpc.CallOption) (*RemoveBlobResponse, error)
}
BlobStoreClient is the client API for BlobStore service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewBlobStoreClient ¶
func NewBlobStoreClient(cc grpc.ClientConnInterface) BlobStoreClient
type BlobStoreServer ¶
type BlobStoreServer interface {
UploadBlob(grpc.ClientStreamingServer[UploadBlobRequest, UploadBlobResponse]) error
DownloadBlob(*DownloadBlobRequest, grpc.ServerStreamingServer[DownloadBlobResponse]) error
ListBlobs(context.Context, *ListBlobsRequest) (*ListBlobsResponse, error)
RemoveBlob(context.Context, *RemoveBlobRequest) (*RemoveBlobResponse, error)
// contains filtered or unexported methods
}
BlobStoreServer is the server API for BlobStore service. All implementations must embed UnimplementedBlobStoreServer for forward compatibility.
type BlobStore_DownloadBlobClient ¶
type BlobStore_DownloadBlobClient = grpc.ServerStreamingClient[DownloadBlobResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type BlobStore_DownloadBlobServer ¶
type BlobStore_DownloadBlobServer = grpc.ServerStreamingServer[DownloadBlobResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type BlobStore_UploadBlobClient ¶
type BlobStore_UploadBlobClient = grpc.ClientStreamingClient[UploadBlobRequest, UploadBlobResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type BlobStore_UploadBlobServer ¶
type BlobStore_UploadBlobServer = grpc.ClientStreamingServer[UploadBlobRequest, UploadBlobResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type CacheStoreClient ¶
type CacheStoreClient interface {
Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error)
Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error)
Set(ctx context.Context, in *SetRequest, opts ...grpc.CallOption) (*SetResponse, error)
Delete(ctx context.Context, in *DeleteRequest, opts ...grpc.CallOption) (*DeleteResponse, error)
Push(ctx context.Context, in *PushRequest, opts ...grpc.CallOption) (*PushResponse, error)
Pop(ctx context.Context, in *PopRequest, opts ...grpc.CallOption) (*PopResponse, error)
Remain(ctx context.Context, in *RemainRequest, opts ...grpc.CallOption) (*RemainResponse, error)
AddScores(ctx context.Context, in *AddScoresRequest, opts ...grpc.CallOption) (*AddScoresResponse, error)
SearchScores(ctx context.Context, in *SearchScoresRequest, opts ...grpc.CallOption) (*SearchScoresResponse, error)
DeleteScores(ctx context.Context, in *DeleteScoresRequest, opts ...grpc.CallOption) (*DeleteScoresResponse, error)
UpdateScores(ctx context.Context, in *UpdateScoresRequest, opts ...grpc.CallOption) (*UpdateScoresResponse, error)
ScanScores(ctx context.Context, in *ScanScoresRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ScanScoresResponse], error)
AddTimeSeriesPoints(ctx context.Context, in *AddTimeSeriesPointsRequest, opts ...grpc.CallOption) (*AddTimeSeriesPointsResponse, error)
GetTimeSeriesPoints(ctx context.Context, in *GetTimeSeriesPointsRequest, opts ...grpc.CallOption) (*GetTimeSeriesPointsResponse, error)
}
CacheStoreClient is the client API for CacheStore service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCacheStoreClient ¶
func NewCacheStoreClient(cc grpc.ClientConnInterface) CacheStoreClient
type CacheStoreServer ¶
type CacheStoreServer interface {
Ping(context.Context, *PingRequest) (*PingResponse, error)
Get(context.Context, *GetRequest) (*GetResponse, error)
Set(context.Context, *SetRequest) (*SetResponse, error)
Delete(context.Context, *DeleteRequest) (*DeleteResponse, error)
Push(context.Context, *PushRequest) (*PushResponse, error)
Pop(context.Context, *PopRequest) (*PopResponse, error)
Remain(context.Context, *RemainRequest) (*RemainResponse, error)
AddScores(context.Context, *AddScoresRequest) (*AddScoresResponse, error)
SearchScores(context.Context, *SearchScoresRequest) (*SearchScoresResponse, error)
DeleteScores(context.Context, *DeleteScoresRequest) (*DeleteScoresResponse, error)
UpdateScores(context.Context, *UpdateScoresRequest) (*UpdateScoresResponse, error)
ScanScores(*ScanScoresRequest, grpc.ServerStreamingServer[ScanScoresResponse]) error
AddTimeSeriesPoints(context.Context, *AddTimeSeriesPointsRequest) (*AddTimeSeriesPointsResponse, error)
GetTimeSeriesPoints(context.Context, *GetTimeSeriesPointsRequest) (*GetTimeSeriesPointsResponse, error)
// contains filtered or unexported methods
}
CacheStoreServer is the server API for CacheStore service. All implementations must embed UnimplementedCacheStoreServer for forward compatibility.
type CacheStore_ScanScoresClient ¶
type CacheStore_ScanScoresClient = grpc.ServerStreamingClient[ScanScoresResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type CacheStore_ScanScoresServer ¶
type CacheStore_ScanScoresServer = grpc.ServerStreamingServer[ScanScoresResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type CountFeedbackRequest ¶
type CountFeedbackRequest struct {
// contains filtered or unexported fields
}
func (*CountFeedbackRequest) Descriptor
deprecated
func (*CountFeedbackRequest) Descriptor() ([]byte, []int)
Deprecated: Use CountFeedbackRequest.ProtoReflect.Descriptor instead.
func (*CountFeedbackRequest) ProtoMessage ¶
func (*CountFeedbackRequest) ProtoMessage()
func (*CountFeedbackRequest) ProtoReflect ¶
func (x *CountFeedbackRequest) ProtoReflect() protoreflect.Message
func (*CountFeedbackRequest) Reset ¶
func (x *CountFeedbackRequest) Reset()
func (*CountFeedbackRequest) String ¶
func (x *CountFeedbackRequest) String() string
type CountFeedbackResponse ¶
type CountFeedbackResponse struct {
Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
// contains filtered or unexported fields
}
func (*CountFeedbackResponse) Descriptor
deprecated
func (*CountFeedbackResponse) Descriptor() ([]byte, []int)
Deprecated: Use CountFeedbackResponse.ProtoReflect.Descriptor instead.
func (*CountFeedbackResponse) GetCount ¶
func (x *CountFeedbackResponse) GetCount() int32
func (*CountFeedbackResponse) ProtoMessage ¶
func (*CountFeedbackResponse) ProtoMessage()
func (*CountFeedbackResponse) ProtoReflect ¶
func (x *CountFeedbackResponse) ProtoReflect() protoreflect.Message
func (*CountFeedbackResponse) Reset ¶
func (x *CountFeedbackResponse) Reset()
func (*CountFeedbackResponse) String ¶
func (x *CountFeedbackResponse) String() string
type CountItemsRequest ¶
type CountItemsRequest struct {
// contains filtered or unexported fields
}
func (*CountItemsRequest) Descriptor
deprecated
func (*CountItemsRequest) Descriptor() ([]byte, []int)
Deprecated: Use CountItemsRequest.ProtoReflect.Descriptor instead.
func (*CountItemsRequest) ProtoMessage ¶
func (*CountItemsRequest) ProtoMessage()
func (*CountItemsRequest) ProtoReflect ¶
func (x *CountItemsRequest) ProtoReflect() protoreflect.Message
func (*CountItemsRequest) Reset ¶
func (x *CountItemsRequest) Reset()
func (*CountItemsRequest) String ¶
func (x *CountItemsRequest) String() string
type CountItemsResponse ¶
type CountItemsResponse struct {
Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
// contains filtered or unexported fields
}
func (*CountItemsResponse) Descriptor
deprecated
func (*CountItemsResponse) Descriptor() ([]byte, []int)
Deprecated: Use CountItemsResponse.ProtoReflect.Descriptor instead.
func (*CountItemsResponse) GetCount ¶
func (x *CountItemsResponse) GetCount() int32
func (*CountItemsResponse) ProtoMessage ¶
func (*CountItemsResponse) ProtoMessage()
func (*CountItemsResponse) ProtoReflect ¶
func (x *CountItemsResponse) ProtoReflect() protoreflect.Message
func (*CountItemsResponse) Reset ¶
func (x *CountItemsResponse) Reset()
func (*CountItemsResponse) String ¶
func (x *CountItemsResponse) String() string
type CountUsersRequest ¶
type CountUsersRequest struct {
// contains filtered or unexported fields
}
func (*CountUsersRequest) Descriptor
deprecated
func (*CountUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use CountUsersRequest.ProtoReflect.Descriptor instead.
func (*CountUsersRequest) ProtoMessage ¶
func (*CountUsersRequest) ProtoMessage()
func (*CountUsersRequest) ProtoReflect ¶
func (x *CountUsersRequest) ProtoReflect() protoreflect.Message
func (*CountUsersRequest) Reset ¶
func (x *CountUsersRequest) Reset()
func (*CountUsersRequest) String ¶
func (x *CountUsersRequest) String() string
type CountUsersResponse ¶
type CountUsersResponse struct {
Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
// contains filtered or unexported fields
}
func (*CountUsersResponse) Descriptor
deprecated
func (*CountUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use CountUsersResponse.ProtoReflect.Descriptor instead.
func (*CountUsersResponse) GetCount ¶
func (x *CountUsersResponse) GetCount() int32
func (*CountUsersResponse) ProtoMessage ¶
func (*CountUsersResponse) ProtoMessage()
func (*CountUsersResponse) ProtoReflect ¶
func (x *CountUsersResponse) ProtoReflect() protoreflect.Message
func (*CountUsersResponse) Reset ¶
func (x *CountUsersResponse) Reset()
func (*CountUsersResponse) String ¶
func (x *CountUsersResponse) String() string
type DataStoreClient ¶
type DataStoreClient interface {
Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error)
BatchInsertItems(ctx context.Context, in *BatchInsertItemsRequest, opts ...grpc.CallOption) (*BatchInsertItemsResponse, error)
BatchGetItems(ctx context.Context, in *BatchGetItemsRequest, opts ...grpc.CallOption) (*BatchGetItemsResponse, error)
DeleteItem(ctx context.Context, in *DeleteItemRequest, opts ...grpc.CallOption) (*DeleteItemResponse, error)
GetItem(ctx context.Context, in *GetItemRequest, opts ...grpc.CallOption) (*GetItemResponse, error)
ModifyItem(ctx context.Context, in *ModifyItemRequest, opts ...grpc.CallOption) (*ModifyItemResponse, error)
GetItems(ctx context.Context, in *GetItemsRequest, opts ...grpc.CallOption) (*GetItemsResponse, error)
GetItemFeedback(ctx context.Context, in *GetItemFeedbackRequest, opts ...grpc.CallOption) (*GetFeedbackResponse, error)
BatchInsertUsers(ctx context.Context, in *BatchInsertUsersRequest, opts ...grpc.CallOption) (*BatchInsertUsersResponse, error)
DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error)
GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
ModifyUser(ctx context.Context, in *ModifyUserRequest, opts ...grpc.CallOption) (*ModifyUserResponse, error)
GetUsers(ctx context.Context, in *GetUsersRequest, opts ...grpc.CallOption) (*GetUsersResponse, error)
GetUserFeedback(ctx context.Context, in *GetUserFeedbackRequest, opts ...grpc.CallOption) (*GetFeedbackResponse, error)
GetUserItemFeedback(ctx context.Context, in *GetUserItemFeedbackRequest, opts ...grpc.CallOption) (*GetFeedbackResponse, error)
DeleteUserItemFeedback(ctx context.Context, in *DeleteUserItemFeedbackRequest, opts ...grpc.CallOption) (*DeleteUserItemFeedbackResponse, error)
BatchInsertFeedback(ctx context.Context, in *BatchInsertFeedbackRequest, opts ...grpc.CallOption) (*BatchInsertFeedbackResponse, error)
GetFeedback(ctx context.Context, in *GetFeedbackRequest, opts ...grpc.CallOption) (*GetFeedbackResponse, error)
GetUserStream(ctx context.Context, in *GetUserStreamRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[GetUserStreamResponse], error)
GetItemStream(ctx context.Context, in *GetItemStreamRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[GetItemStreamResponse], error)
GetFeedbackStream(ctx context.Context, in *GetFeedbackStreamRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[GetFeedbackStreamResponse], error)
CountUsers(ctx context.Context, in *CountUsersRequest, opts ...grpc.CallOption) (*CountUsersResponse, error)
CountItems(ctx context.Context, in *CountItemsRequest, opts ...grpc.CallOption) (*CountItemsResponse, error)
CountFeedback(ctx context.Context, in *CountFeedbackRequest, opts ...grpc.CallOption) (*CountFeedbackResponse, error)
GetLatestItems(ctx context.Context, in *GetLatestItemsRequest, opts ...grpc.CallOption) (*GetLatestItemsResponse, error)
}
DataStoreClient is the client API for DataStore service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDataStoreClient ¶
func NewDataStoreClient(cc grpc.ClientConnInterface) DataStoreClient
type DataStoreServer ¶
type DataStoreServer interface {
Ping(context.Context, *PingRequest) (*PingResponse, error)
BatchInsertItems(context.Context, *BatchInsertItemsRequest) (*BatchInsertItemsResponse, error)
BatchGetItems(context.Context, *BatchGetItemsRequest) (*BatchGetItemsResponse, error)
DeleteItem(context.Context, *DeleteItemRequest) (*DeleteItemResponse, error)
GetItem(context.Context, *GetItemRequest) (*GetItemResponse, error)
ModifyItem(context.Context, *ModifyItemRequest) (*ModifyItemResponse, error)
GetItems(context.Context, *GetItemsRequest) (*GetItemsResponse, error)
GetItemFeedback(context.Context, *GetItemFeedbackRequest) (*GetFeedbackResponse, error)
BatchInsertUsers(context.Context, *BatchInsertUsersRequest) (*BatchInsertUsersResponse, error)
DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
ModifyUser(context.Context, *ModifyUserRequest) (*ModifyUserResponse, error)
GetUsers(context.Context, *GetUsersRequest) (*GetUsersResponse, error)
GetUserFeedback(context.Context, *GetUserFeedbackRequest) (*GetFeedbackResponse, error)
GetUserItemFeedback(context.Context, *GetUserItemFeedbackRequest) (*GetFeedbackResponse, error)
DeleteUserItemFeedback(context.Context, *DeleteUserItemFeedbackRequest) (*DeleteUserItemFeedbackResponse, error)
BatchInsertFeedback(context.Context, *BatchInsertFeedbackRequest) (*BatchInsertFeedbackResponse, error)
GetFeedback(context.Context, *GetFeedbackRequest) (*GetFeedbackResponse, error)
GetUserStream(*GetUserStreamRequest, grpc.ServerStreamingServer[GetUserStreamResponse]) error
GetItemStream(*GetItemStreamRequest, grpc.ServerStreamingServer[GetItemStreamResponse]) error
GetFeedbackStream(*GetFeedbackStreamRequest, grpc.ServerStreamingServer[GetFeedbackStreamResponse]) error
CountUsers(context.Context, *CountUsersRequest) (*CountUsersResponse, error)
CountItems(context.Context, *CountItemsRequest) (*CountItemsResponse, error)
CountFeedback(context.Context, *CountFeedbackRequest) (*CountFeedbackResponse, error)
GetLatestItems(context.Context, *GetLatestItemsRequest) (*GetLatestItemsResponse, error)
// contains filtered or unexported methods
}
DataStoreServer is the server API for DataStore service. All implementations must embed UnimplementedDataStoreServer for forward compatibility.
type DataStore_GetFeedbackStreamClient ¶
type DataStore_GetFeedbackStreamClient = grpc.ServerStreamingClient[GetFeedbackStreamResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type DataStore_GetFeedbackStreamServer ¶
type DataStore_GetFeedbackStreamServer = grpc.ServerStreamingServer[GetFeedbackStreamResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type DataStore_GetItemStreamClient ¶
type DataStore_GetItemStreamClient = grpc.ServerStreamingClient[GetItemStreamResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type DataStore_GetItemStreamServer ¶
type DataStore_GetItemStreamServer = grpc.ServerStreamingServer[GetItemStreamResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type DataStore_GetUserStreamClient ¶
type DataStore_GetUserStreamClient = grpc.ServerStreamingClient[GetUserStreamResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type DataStore_GetUserStreamServer ¶
type DataStore_GetUserStreamServer = grpc.ServerStreamingServer[GetUserStreamResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type DeleteItemRequest ¶
type DeleteItemRequest struct {
ItemId string `protobuf:"bytes,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteItemRequest) Descriptor
deprecated
func (*DeleteItemRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteItemRequest.ProtoReflect.Descriptor instead.
func (*DeleteItemRequest) GetItemId ¶
func (x *DeleteItemRequest) GetItemId() string
func (*DeleteItemRequest) ProtoMessage ¶
func (*DeleteItemRequest) ProtoMessage()
func (*DeleteItemRequest) ProtoReflect ¶
func (x *DeleteItemRequest) ProtoReflect() protoreflect.Message
func (*DeleteItemRequest) Reset ¶
func (x *DeleteItemRequest) Reset()
func (*DeleteItemRequest) String ¶
func (x *DeleteItemRequest) String() string
type DeleteItemResponse ¶
type DeleteItemResponse struct {
// contains filtered or unexported fields
}
func (*DeleteItemResponse) Descriptor
deprecated
func (*DeleteItemResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteItemResponse.ProtoReflect.Descriptor instead.
func (*DeleteItemResponse) ProtoMessage ¶
func (*DeleteItemResponse) ProtoMessage()
func (*DeleteItemResponse) ProtoReflect ¶
func (x *DeleteItemResponse) ProtoReflect() protoreflect.Message
func (*DeleteItemResponse) Reset ¶
func (x *DeleteItemResponse) Reset()
func (*DeleteItemResponse) String ¶
func (x *DeleteItemResponse) String() string
type DeleteRequest ¶
type DeleteRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteRequest) Descriptor
deprecated
func (*DeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.
func (*DeleteRequest) GetName ¶
func (x *DeleteRequest) GetName() string
func (*DeleteRequest) ProtoMessage ¶
func (*DeleteRequest) ProtoMessage()
func (*DeleteRequest) ProtoReflect ¶
func (x *DeleteRequest) ProtoReflect() protoreflect.Message
func (*DeleteRequest) Reset ¶
func (x *DeleteRequest) Reset()
func (*DeleteRequest) String ¶
func (x *DeleteRequest) String() string
type DeleteResponse ¶
type DeleteResponse struct {
// contains filtered or unexported fields
}
func (*DeleteResponse) Descriptor
deprecated
func (*DeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.
func (*DeleteResponse) ProtoMessage ¶
func (*DeleteResponse) ProtoMessage()
func (*DeleteResponse) ProtoReflect ¶
func (x *DeleteResponse) ProtoReflect() protoreflect.Message
func (*DeleteResponse) Reset ¶
func (x *DeleteResponse) Reset()
func (*DeleteResponse) String ¶
func (x *DeleteResponse) String() string
type DeleteScoresRequest ¶
type DeleteScoresRequest struct {
Collection []string `protobuf:"bytes,1,rep,name=collection,proto3" json:"collection,omitempty"`
Condition *ScoreCondition `protobuf:"bytes,2,opt,name=condition,proto3" json:"condition,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteScoresRequest) Descriptor
deprecated
func (*DeleteScoresRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteScoresRequest.ProtoReflect.Descriptor instead.
func (*DeleteScoresRequest) GetCollection ¶
func (x *DeleteScoresRequest) GetCollection() []string
func (*DeleteScoresRequest) GetCondition ¶
func (x *DeleteScoresRequest) GetCondition() *ScoreCondition
func (*DeleteScoresRequest) ProtoMessage ¶
func (*DeleteScoresRequest) ProtoMessage()
func (*DeleteScoresRequest) ProtoReflect ¶
func (x *DeleteScoresRequest) ProtoReflect() protoreflect.Message
func (*DeleteScoresRequest) Reset ¶
func (x *DeleteScoresRequest) Reset()
func (*DeleteScoresRequest) String ¶
func (x *DeleteScoresRequest) String() string
type DeleteScoresResponse ¶
type DeleteScoresResponse struct {
// contains filtered or unexported fields
}
func (*DeleteScoresResponse) Descriptor
deprecated
func (*DeleteScoresResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteScoresResponse.ProtoReflect.Descriptor instead.
func (*DeleteScoresResponse) ProtoMessage ¶
func (*DeleteScoresResponse) ProtoMessage()
func (*DeleteScoresResponse) ProtoReflect ¶
func (x *DeleteScoresResponse) ProtoReflect() protoreflect.Message
func (*DeleteScoresResponse) Reset ¶
func (x *DeleteScoresResponse) Reset()
func (*DeleteScoresResponse) String ¶
func (x *DeleteScoresResponse) String() string
type DeleteUserItemFeedbackRequest ¶
type DeleteUserItemFeedbackRequest struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
ItemId string `protobuf:"bytes,2,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
FeedbackTypes []string `protobuf:"bytes,3,rep,name=feedback_types,json=feedbackTypes,proto3" json:"feedback_types,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteUserItemFeedbackRequest) Descriptor
deprecated
func (*DeleteUserItemFeedbackRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserItemFeedbackRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserItemFeedbackRequest) GetFeedbackTypes ¶
func (x *DeleteUserItemFeedbackRequest) GetFeedbackTypes() []string
func (*DeleteUserItemFeedbackRequest) GetItemId ¶
func (x *DeleteUserItemFeedbackRequest) GetItemId() string
func (*DeleteUserItemFeedbackRequest) GetUserId ¶
func (x *DeleteUserItemFeedbackRequest) GetUserId() string
func (*DeleteUserItemFeedbackRequest) ProtoMessage ¶
func (*DeleteUserItemFeedbackRequest) ProtoMessage()
func (*DeleteUserItemFeedbackRequest) ProtoReflect ¶
func (x *DeleteUserItemFeedbackRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserItemFeedbackRequest) Reset ¶
func (x *DeleteUserItemFeedbackRequest) Reset()
func (*DeleteUserItemFeedbackRequest) String ¶
func (x *DeleteUserItemFeedbackRequest) String() string
type DeleteUserItemFeedbackResponse ¶
type DeleteUserItemFeedbackResponse struct {
Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteUserItemFeedbackResponse) Descriptor
deprecated
func (*DeleteUserItemFeedbackResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserItemFeedbackResponse.ProtoReflect.Descriptor instead.
func (*DeleteUserItemFeedbackResponse) GetCount ¶
func (x *DeleteUserItemFeedbackResponse) GetCount() int32
func (*DeleteUserItemFeedbackResponse) ProtoMessage ¶
func (*DeleteUserItemFeedbackResponse) ProtoMessage()
func (*DeleteUserItemFeedbackResponse) ProtoReflect ¶
func (x *DeleteUserItemFeedbackResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserItemFeedbackResponse) Reset ¶
func (x *DeleteUserItemFeedbackResponse) Reset()
func (*DeleteUserItemFeedbackResponse) String ¶
func (x *DeleteUserItemFeedbackResponse) String() string
type DeleteUserRequest ¶
type DeleteUserRequest struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteUserRequest) Descriptor
deprecated
func (*DeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserRequest) GetUserId ¶
func (x *DeleteUserRequest) GetUserId() string
func (*DeleteUserRequest) ProtoMessage ¶
func (*DeleteUserRequest) ProtoMessage()
func (*DeleteUserRequest) ProtoReflect ¶
func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserRequest) Reset ¶
func (x *DeleteUserRequest) Reset()
func (*DeleteUserRequest) String ¶
func (x *DeleteUserRequest) String() string
type DeleteUserResponse ¶
type DeleteUserResponse struct {
// contains filtered or unexported fields
}
func (*DeleteUserResponse) Descriptor
deprecated
func (*DeleteUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.
func (*DeleteUserResponse) ProtoMessage ¶
func (*DeleteUserResponse) ProtoMessage()
func (*DeleteUserResponse) ProtoReflect ¶
func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserResponse) Reset ¶
func (x *DeleteUserResponse) Reset()
func (*DeleteUserResponse) String ¶
func (x *DeleteUserResponse) String() string
type DownloadBlobRequest ¶
type DownloadBlobRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*DownloadBlobRequest) Descriptor
deprecated
func (*DownloadBlobRequest) Descriptor() ([]byte, []int)
Deprecated: Use DownloadBlobRequest.ProtoReflect.Descriptor instead.
func (*DownloadBlobRequest) GetName ¶
func (x *DownloadBlobRequest) GetName() string
func (*DownloadBlobRequest) ProtoMessage ¶
func (*DownloadBlobRequest) ProtoMessage()
func (*DownloadBlobRequest) ProtoReflect ¶
func (x *DownloadBlobRequest) ProtoReflect() protoreflect.Message
func (*DownloadBlobRequest) Reset ¶
func (x *DownloadBlobRequest) Reset()
func (*DownloadBlobRequest) String ¶
func (x *DownloadBlobRequest) String() string
type DownloadBlobResponse ¶
type DownloadBlobResponse struct {
Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*DownloadBlobResponse) Descriptor
deprecated
func (*DownloadBlobResponse) Descriptor() ([]byte, []int)
Deprecated: Use DownloadBlobResponse.ProtoReflect.Descriptor instead.
func (*DownloadBlobResponse) GetData ¶
func (x *DownloadBlobResponse) GetData() []byte
func (*DownloadBlobResponse) ProtoMessage ¶
func (*DownloadBlobResponse) ProtoMessage()
func (*DownloadBlobResponse) ProtoReflect ¶
func (x *DownloadBlobResponse) ProtoReflect() protoreflect.Message
func (*DownloadBlobResponse) Reset ¶
func (x *DownloadBlobResponse) Reset()
func (*DownloadBlobResponse) String ¶
func (x *DownloadBlobResponse) String() string
type ExpressionType ¶
type ExpressionType int32
const ( ExpressionType_None ExpressionType = 0 ExpressionType_Less ExpressionType = 1 ExpressionType_LessOrEqual ExpressionType = 2 ExpressionType_Greater ExpressionType = 3 ExpressionType_GreaterOrEqual ExpressionType = 4 )
func (ExpressionType) Descriptor ¶
func (ExpressionType) Descriptor() protoreflect.EnumDescriptor
func (ExpressionType) Enum ¶
func (x ExpressionType) Enum() *ExpressionType
func (ExpressionType) EnumDescriptor
deprecated
func (ExpressionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExpressionType.Descriptor instead.
func (ExpressionType) Number ¶
func (x ExpressionType) Number() protoreflect.EnumNumber
func (ExpressionType) String ¶
func (x ExpressionType) String() string
func (ExpressionType) Type ¶
func (ExpressionType) Type() protoreflect.EnumType
type Feedback ¶
type Feedback struct {
Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
FeedbackType string `protobuf:"bytes,2,opt,name=feedback_type,json=feedbackType,proto3" json:"feedback_type,omitempty"`
UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
ItemId string `protobuf:"bytes,4,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
Value float64 `protobuf:"fixed64,5,opt,name=value,proto3" json:"value,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
Comment string `protobuf:"bytes,7,opt,name=comment,proto3" json:"comment,omitempty"`
Updated *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated,proto3" json:"updated,omitempty"`
// contains filtered or unexported fields
}
func (*Feedback) Descriptor
deprecated
func (*Feedback) GetComment ¶
func (*Feedback) GetFeedbackType ¶
func (*Feedback) GetNamespace ¶
func (*Feedback) GetTimestamp ¶
func (x *Feedback) GetTimestamp() *timestamppb.Timestamp
func (*Feedback) GetUpdated ¶
func (x *Feedback) GetUpdated() *timestamppb.Timestamp
func (*Feedback) ProtoMessage ¶
func (*Feedback) ProtoMessage()
func (*Feedback) ProtoReflect ¶
func (x *Feedback) ProtoReflect() protoreflect.Message
type FeedbackTypeExpression ¶
type FeedbackTypeExpression struct {
FeedbackType string `protobuf:"bytes,1,opt,name=feedback_type,json=feedbackType,proto3" json:"feedback_type,omitempty"`
ExpressionType ExpressionType `` /* 133-byte string literal not displayed */
Value float64 `protobuf:"fixed64,3,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*FeedbackTypeExpression) Descriptor
deprecated
func (*FeedbackTypeExpression) Descriptor() ([]byte, []int)
Deprecated: Use FeedbackTypeExpression.ProtoReflect.Descriptor instead.
func (*FeedbackTypeExpression) GetExpressionType ¶
func (x *FeedbackTypeExpression) GetExpressionType() ExpressionType
func (*FeedbackTypeExpression) GetFeedbackType ¶
func (x *FeedbackTypeExpression) GetFeedbackType() string
func (*FeedbackTypeExpression) GetValue ¶
func (x *FeedbackTypeExpression) GetValue() float64
func (*FeedbackTypeExpression) ProtoMessage ¶
func (*FeedbackTypeExpression) ProtoMessage()
func (*FeedbackTypeExpression) ProtoReflect ¶
func (x *FeedbackTypeExpression) ProtoReflect() protoreflect.Message
func (*FeedbackTypeExpression) Reset ¶
func (x *FeedbackTypeExpression) Reset()
func (*FeedbackTypeExpression) String ¶
func (x *FeedbackTypeExpression) String() string
type Fragment ¶
type Fragment struct {
Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*Fragment) Descriptor
deprecated
func (*Fragment) ProtoMessage ¶
func (*Fragment) ProtoMessage()
func (*Fragment) ProtoReflect ¶
func (x *Fragment) ProtoReflect() protoreflect.Message
type GetFeedbackRequest ¶
type GetFeedbackRequest struct {
Cursor string `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
N int32 `protobuf:"varint,2,opt,name=n,proto3" json:"n,omitempty"`
BeginTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"`
EndTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
FeedbackTypes []*FeedbackTypeExpression `protobuf:"bytes,5,rep,name=feedback_types,json=feedbackTypes,proto3" json:"feedback_types,omitempty"`
// contains filtered or unexported fields
}
func (*GetFeedbackRequest) Descriptor
deprecated
func (*GetFeedbackRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFeedbackRequest.ProtoReflect.Descriptor instead.
func (*GetFeedbackRequest) GetBeginTime ¶
func (x *GetFeedbackRequest) GetBeginTime() *timestamppb.Timestamp
func (*GetFeedbackRequest) GetCursor ¶
func (x *GetFeedbackRequest) GetCursor() string
func (*GetFeedbackRequest) GetEndTime ¶
func (x *GetFeedbackRequest) GetEndTime() *timestamppb.Timestamp
func (*GetFeedbackRequest) GetFeedbackTypes ¶
func (x *GetFeedbackRequest) GetFeedbackTypes() []*FeedbackTypeExpression
func (*GetFeedbackRequest) GetN ¶
func (x *GetFeedbackRequest) GetN() int32
func (*GetFeedbackRequest) ProtoMessage ¶
func (*GetFeedbackRequest) ProtoMessage()
func (*GetFeedbackRequest) ProtoReflect ¶
func (x *GetFeedbackRequest) ProtoReflect() protoreflect.Message
func (*GetFeedbackRequest) Reset ¶
func (x *GetFeedbackRequest) Reset()
func (*GetFeedbackRequest) String ¶
func (x *GetFeedbackRequest) String() string
type GetFeedbackResponse ¶
type GetFeedbackResponse struct {
Cursor string `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
Feedback []*Feedback `protobuf:"bytes,2,rep,name=feedback,proto3" json:"feedback,omitempty"`
// contains filtered or unexported fields
}
func (*GetFeedbackResponse) Descriptor
deprecated
func (*GetFeedbackResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFeedbackResponse.ProtoReflect.Descriptor instead.
func (*GetFeedbackResponse) GetCursor ¶
func (x *GetFeedbackResponse) GetCursor() string
func (*GetFeedbackResponse) GetFeedback ¶
func (x *GetFeedbackResponse) GetFeedback() []*Feedback
func (*GetFeedbackResponse) ProtoMessage ¶
func (*GetFeedbackResponse) ProtoMessage()
func (*GetFeedbackResponse) ProtoReflect ¶
func (x *GetFeedbackResponse) ProtoReflect() protoreflect.Message
func (*GetFeedbackResponse) Reset ¶
func (x *GetFeedbackResponse) Reset()
func (*GetFeedbackResponse) String ¶
func (x *GetFeedbackResponse) String() string
type GetFeedbackStreamRequest ¶
type GetFeedbackStreamRequest struct {
BatchSize int32 `protobuf:"varint,1,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"`
ScanOptions *ScanOptions `protobuf:"bytes,2,opt,name=scan_options,json=scanOptions,proto3" json:"scan_options,omitempty"`
// contains filtered or unexported fields
}
func (*GetFeedbackStreamRequest) Descriptor
deprecated
func (*GetFeedbackStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFeedbackStreamRequest.ProtoReflect.Descriptor instead.
func (*GetFeedbackStreamRequest) GetBatchSize ¶
func (x *GetFeedbackStreamRequest) GetBatchSize() int32
func (*GetFeedbackStreamRequest) GetScanOptions ¶
func (x *GetFeedbackStreamRequest) GetScanOptions() *ScanOptions
func (*GetFeedbackStreamRequest) ProtoMessage ¶
func (*GetFeedbackStreamRequest) ProtoMessage()
func (*GetFeedbackStreamRequest) ProtoReflect ¶
func (x *GetFeedbackStreamRequest) ProtoReflect() protoreflect.Message
func (*GetFeedbackStreamRequest) Reset ¶
func (x *GetFeedbackStreamRequest) Reset()
func (*GetFeedbackStreamRequest) String ¶
func (x *GetFeedbackStreamRequest) String() string
type GetFeedbackStreamResponse ¶
type GetFeedbackStreamResponse struct {
Feedback []*Feedback `protobuf:"bytes,1,rep,name=feedback,proto3" json:"feedback,omitempty"`
// contains filtered or unexported fields
}
func (*GetFeedbackStreamResponse) Descriptor
deprecated
func (*GetFeedbackStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFeedbackStreamResponse.ProtoReflect.Descriptor instead.
func (*GetFeedbackStreamResponse) GetFeedback ¶
func (x *GetFeedbackStreamResponse) GetFeedback() []*Feedback
func (*GetFeedbackStreamResponse) ProtoMessage ¶
func (*GetFeedbackStreamResponse) ProtoMessage()
func (*GetFeedbackStreamResponse) ProtoReflect ¶
func (x *GetFeedbackStreamResponse) ProtoReflect() protoreflect.Message
func (*GetFeedbackStreamResponse) Reset ¶
func (x *GetFeedbackStreamResponse) Reset()
func (*GetFeedbackStreamResponse) String ¶
func (x *GetFeedbackStreamResponse) String() string
type GetItemFeedbackRequest ¶
type GetItemFeedbackRequest struct {
ItemId string `protobuf:"bytes,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
FeedbackTypes []*FeedbackTypeExpression `protobuf:"bytes,2,rep,name=feedback_types,json=feedbackTypes,proto3" json:"feedback_types,omitempty"`
// contains filtered or unexported fields
}
func (*GetItemFeedbackRequest) Descriptor
deprecated
func (*GetItemFeedbackRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetItemFeedbackRequest.ProtoReflect.Descriptor instead.
func (*GetItemFeedbackRequest) GetFeedbackTypes ¶
func (x *GetItemFeedbackRequest) GetFeedbackTypes() []*FeedbackTypeExpression
func (*GetItemFeedbackRequest) GetItemId ¶
func (x *GetItemFeedbackRequest) GetItemId() string
func (*GetItemFeedbackRequest) ProtoMessage ¶
func (*GetItemFeedbackRequest) ProtoMessage()
func (*GetItemFeedbackRequest) ProtoReflect ¶
func (x *GetItemFeedbackRequest) ProtoReflect() protoreflect.Message
func (*GetItemFeedbackRequest) Reset ¶
func (x *GetItemFeedbackRequest) Reset()
func (*GetItemFeedbackRequest) String ¶
func (x *GetItemFeedbackRequest) String() string
type GetItemRequest ¶
type GetItemRequest struct {
ItemId string `protobuf:"bytes,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetItemRequest) Descriptor
deprecated
func (*GetItemRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetItemRequest.ProtoReflect.Descriptor instead.
func (*GetItemRequest) GetItemId ¶
func (x *GetItemRequest) GetItemId() string
func (*GetItemRequest) ProtoMessage ¶
func (*GetItemRequest) ProtoMessage()
func (*GetItemRequest) ProtoReflect ¶
func (x *GetItemRequest) ProtoReflect() protoreflect.Message
func (*GetItemRequest) Reset ¶
func (x *GetItemRequest) Reset()
func (*GetItemRequest) String ¶
func (x *GetItemRequest) String() string
type GetItemResponse ¶
type GetItemResponse struct {
Item *Item `protobuf:"bytes,1,opt,name=item,proto3,oneof" json:"item,omitempty"`
// contains filtered or unexported fields
}
func (*GetItemResponse) Descriptor
deprecated
func (*GetItemResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetItemResponse.ProtoReflect.Descriptor instead.
func (*GetItemResponse) GetItem ¶
func (x *GetItemResponse) GetItem() *Item
func (*GetItemResponse) ProtoMessage ¶
func (*GetItemResponse) ProtoMessage()
func (*GetItemResponse) ProtoReflect ¶
func (x *GetItemResponse) ProtoReflect() protoreflect.Message
func (*GetItemResponse) Reset ¶
func (x *GetItemResponse) Reset()
func (*GetItemResponse) String ¶
func (x *GetItemResponse) String() string
type GetItemStreamRequest ¶
type GetItemStreamRequest struct {
BatchSize int32 `protobuf:"varint,1,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"`
TimeLimit *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time_limit,json=timeLimit,proto3" json:"time_limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetItemStreamRequest) Descriptor
deprecated
func (*GetItemStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetItemStreamRequest.ProtoReflect.Descriptor instead.
func (*GetItemStreamRequest) GetBatchSize ¶
func (x *GetItemStreamRequest) GetBatchSize() int32
func (*GetItemStreamRequest) GetTimeLimit ¶
func (x *GetItemStreamRequest) GetTimeLimit() *timestamppb.Timestamp
func (*GetItemStreamRequest) ProtoMessage ¶
func (*GetItemStreamRequest) ProtoMessage()
func (*GetItemStreamRequest) ProtoReflect ¶
func (x *GetItemStreamRequest) ProtoReflect() protoreflect.Message
func (*GetItemStreamRequest) Reset ¶
func (x *GetItemStreamRequest) Reset()
func (*GetItemStreamRequest) String ¶
func (x *GetItemStreamRequest) String() string
type GetItemStreamResponse ¶
type GetItemStreamResponse struct {
Items []*Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
// contains filtered or unexported fields
}
func (*GetItemStreamResponse) Descriptor
deprecated
func (*GetItemStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetItemStreamResponse.ProtoReflect.Descriptor instead.
func (*GetItemStreamResponse) GetItems ¶
func (x *GetItemStreamResponse) GetItems() []*Item
func (*GetItemStreamResponse) ProtoMessage ¶
func (*GetItemStreamResponse) ProtoMessage()
func (*GetItemStreamResponse) ProtoReflect ¶
func (x *GetItemStreamResponse) ProtoReflect() protoreflect.Message
func (*GetItemStreamResponse) Reset ¶
func (x *GetItemStreamResponse) Reset()
func (*GetItemStreamResponse) String ¶
func (x *GetItemStreamResponse) String() string
type GetItemsRequest ¶
type GetItemsRequest struct {
Cursor string `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
N int32 `protobuf:"varint,2,opt,name=n,proto3" json:"n,omitempty"`
BeginTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"`
// contains filtered or unexported fields
}
func (*GetItemsRequest) Descriptor
deprecated
func (*GetItemsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetItemsRequest.ProtoReflect.Descriptor instead.
func (*GetItemsRequest) GetBeginTime ¶
func (x *GetItemsRequest) GetBeginTime() *timestamppb.Timestamp
func (*GetItemsRequest) GetCursor ¶
func (x *GetItemsRequest) GetCursor() string
func (*GetItemsRequest) GetN ¶
func (x *GetItemsRequest) GetN() int32
func (*GetItemsRequest) ProtoMessage ¶
func (*GetItemsRequest) ProtoMessage()
func (*GetItemsRequest) ProtoReflect ¶
func (x *GetItemsRequest) ProtoReflect() protoreflect.Message
func (*GetItemsRequest) Reset ¶
func (x *GetItemsRequest) Reset()
func (*GetItemsRequest) String ¶
func (x *GetItemsRequest) String() string
type GetItemsResponse ¶
type GetItemsResponse struct {
Cursor string `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
Items []*Item `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
// contains filtered or unexported fields
}
func (*GetItemsResponse) Descriptor
deprecated
func (*GetItemsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetItemsResponse.ProtoReflect.Descriptor instead.
func (*GetItemsResponse) GetCursor ¶
func (x *GetItemsResponse) GetCursor() string
func (*GetItemsResponse) GetItems ¶
func (x *GetItemsResponse) GetItems() []*Item
func (*GetItemsResponse) ProtoMessage ¶
func (*GetItemsResponse) ProtoMessage()
func (*GetItemsResponse) ProtoReflect ¶
func (x *GetItemsResponse) ProtoReflect() protoreflect.Message
func (*GetItemsResponse) Reset ¶
func (x *GetItemsResponse) Reset()
func (*GetItemsResponse) String ¶
func (x *GetItemsResponse) String() string
type GetLatestItemsRequest ¶
type GetLatestItemsRequest struct {
N int32 `protobuf:"varint,1,opt,name=n,proto3" json:"n,omitempty"`
Categories []string `protobuf:"bytes,2,rep,name=categories,proto3" json:"categories,omitempty"`
// contains filtered or unexported fields
}
func (*GetLatestItemsRequest) Descriptor
deprecated
func (*GetLatestItemsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestItemsRequest.ProtoReflect.Descriptor instead.
func (*GetLatestItemsRequest) GetCategories ¶
func (x *GetLatestItemsRequest) GetCategories() []string
func (*GetLatestItemsRequest) GetN ¶
func (x *GetLatestItemsRequest) GetN() int32
func (*GetLatestItemsRequest) ProtoMessage ¶
func (*GetLatestItemsRequest) ProtoMessage()
func (*GetLatestItemsRequest) ProtoReflect ¶
func (x *GetLatestItemsRequest) ProtoReflect() protoreflect.Message
func (*GetLatestItemsRequest) Reset ¶
func (x *GetLatestItemsRequest) Reset()
func (*GetLatestItemsRequest) String ¶
func (x *GetLatestItemsRequest) String() string
type GetLatestItemsResponse ¶
type GetLatestItemsResponse struct {
Items []*Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
// contains filtered or unexported fields
}
func (*GetLatestItemsResponse) Descriptor
deprecated
func (*GetLatestItemsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestItemsResponse.ProtoReflect.Descriptor instead.
func (*GetLatestItemsResponse) GetItems ¶
func (x *GetLatestItemsResponse) GetItems() []*Item
func (*GetLatestItemsResponse) ProtoMessage ¶
func (*GetLatestItemsResponse) ProtoMessage()
func (*GetLatestItemsResponse) ProtoReflect ¶
func (x *GetLatestItemsResponse) ProtoReflect() protoreflect.Message
func (*GetLatestItemsResponse) Reset ¶
func (x *GetLatestItemsResponse) Reset()
func (*GetLatestItemsResponse) String ¶
func (x *GetLatestItemsResponse) String() string
type GetRequest ¶
type GetRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*GetRequest) Descriptor
deprecated
func (*GetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.
func (*GetRequest) GetName ¶
func (x *GetRequest) GetName() string
func (*GetRequest) ProtoMessage ¶
func (*GetRequest) ProtoMessage()
func (*GetRequest) ProtoReflect ¶
func (x *GetRequest) ProtoReflect() protoreflect.Message
func (*GetRequest) Reset ¶
func (x *GetRequest) Reset()
func (*GetRequest) String ¶
func (x *GetRequest) String() string
type GetResponse ¶
type GetResponse struct {
Value *string `protobuf:"bytes,1,opt,name=value,proto3,oneof" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*GetResponse) Descriptor
deprecated
func (*GetResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.
func (*GetResponse) GetValue ¶
func (x *GetResponse) GetValue() string
func (*GetResponse) ProtoMessage ¶
func (*GetResponse) ProtoMessage()
func (*GetResponse) ProtoReflect ¶
func (x *GetResponse) ProtoReflect() protoreflect.Message
func (*GetResponse) Reset ¶
func (x *GetResponse) Reset()
func (*GetResponse) String ¶
func (x *GetResponse) String() string
type GetTimeSeriesPointsRequest ¶
type GetTimeSeriesPointsRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Begin *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=begin,proto3" json:"begin,omitempty"`
End *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
Duration int64 `protobuf:"varint,4,opt,name=duration,proto3" json:"duration,omitempty"`
// contains filtered or unexported fields
}
func (*GetTimeSeriesPointsRequest) Descriptor
deprecated
func (*GetTimeSeriesPointsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesPointsRequest.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesPointsRequest) GetBegin ¶
func (x *GetTimeSeriesPointsRequest) GetBegin() *timestamppb.Timestamp
func (*GetTimeSeriesPointsRequest) GetDuration ¶
func (x *GetTimeSeriesPointsRequest) GetDuration() int64
func (*GetTimeSeriesPointsRequest) GetEnd ¶
func (x *GetTimeSeriesPointsRequest) GetEnd() *timestamppb.Timestamp
func (*GetTimeSeriesPointsRequest) GetName ¶
func (x *GetTimeSeriesPointsRequest) GetName() string
func (*GetTimeSeriesPointsRequest) ProtoMessage ¶
func (*GetTimeSeriesPointsRequest) ProtoMessage()
func (*GetTimeSeriesPointsRequest) ProtoReflect ¶
func (x *GetTimeSeriesPointsRequest) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesPointsRequest) Reset ¶
func (x *GetTimeSeriesPointsRequest) Reset()
func (*GetTimeSeriesPointsRequest) String ¶
func (x *GetTimeSeriesPointsRequest) String() string
type GetTimeSeriesPointsResponse ¶
type GetTimeSeriesPointsResponse struct {
Points []*TimeSeriesPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
// contains filtered or unexported fields
}
func (*GetTimeSeriesPointsResponse) Descriptor
deprecated
func (*GetTimeSeriesPointsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesPointsResponse.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesPointsResponse) GetPoints ¶
func (x *GetTimeSeriesPointsResponse) GetPoints() []*TimeSeriesPoint
func (*GetTimeSeriesPointsResponse) ProtoMessage ¶
func (*GetTimeSeriesPointsResponse) ProtoMessage()
func (*GetTimeSeriesPointsResponse) ProtoReflect ¶
func (x *GetTimeSeriesPointsResponse) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesPointsResponse) Reset ¶
func (x *GetTimeSeriesPointsResponse) Reset()
func (*GetTimeSeriesPointsResponse) String ¶
func (x *GetTimeSeriesPointsResponse) String() string
type GetUserFeedbackRequest ¶
type GetUserFeedbackRequest struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
FeedbackTypes []*FeedbackTypeExpression `protobuf:"bytes,3,rep,name=feedback_types,json=feedbackTypes,proto3" json:"feedback_types,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserFeedbackRequest) Descriptor
deprecated
func (*GetUserFeedbackRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserFeedbackRequest.ProtoReflect.Descriptor instead.
func (*GetUserFeedbackRequest) GetEndTime ¶
func (x *GetUserFeedbackRequest) GetEndTime() *timestamppb.Timestamp
func (*GetUserFeedbackRequest) GetFeedbackTypes ¶
func (x *GetUserFeedbackRequest) GetFeedbackTypes() []*FeedbackTypeExpression
func (*GetUserFeedbackRequest) GetUserId ¶
func (x *GetUserFeedbackRequest) GetUserId() string
func (*GetUserFeedbackRequest) ProtoMessage ¶
func (*GetUserFeedbackRequest) ProtoMessage()
func (*GetUserFeedbackRequest) ProtoReflect ¶
func (x *GetUserFeedbackRequest) ProtoReflect() protoreflect.Message
func (*GetUserFeedbackRequest) Reset ¶
func (x *GetUserFeedbackRequest) Reset()
func (*GetUserFeedbackRequest) String ¶
func (x *GetUserFeedbackRequest) String() string
type GetUserItemFeedbackRequest ¶
type GetUserItemFeedbackRequest struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
ItemId string `protobuf:"bytes,2,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
FeedbackTypes []*FeedbackTypeExpression `protobuf:"bytes,3,rep,name=feedback_types,json=feedbackTypes,proto3" json:"feedback_types,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserItemFeedbackRequest) Descriptor
deprecated
func (*GetUserItemFeedbackRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserItemFeedbackRequest.ProtoReflect.Descriptor instead.
func (*GetUserItemFeedbackRequest) GetFeedbackTypes ¶
func (x *GetUserItemFeedbackRequest) GetFeedbackTypes() []*FeedbackTypeExpression
func (*GetUserItemFeedbackRequest) GetItemId ¶
func (x *GetUserItemFeedbackRequest) GetItemId() string
func (*GetUserItemFeedbackRequest) GetUserId ¶
func (x *GetUserItemFeedbackRequest) GetUserId() string
func (*GetUserItemFeedbackRequest) ProtoMessage ¶
func (*GetUserItemFeedbackRequest) ProtoMessage()
func (*GetUserItemFeedbackRequest) ProtoReflect ¶
func (x *GetUserItemFeedbackRequest) ProtoReflect() protoreflect.Message
func (*GetUserItemFeedbackRequest) Reset ¶
func (x *GetUserItemFeedbackRequest) Reset()
func (*GetUserItemFeedbackRequest) String ¶
func (x *GetUserItemFeedbackRequest) String() string
type GetUserRequest ¶
type GetUserRequest struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserRequest) Descriptor
deprecated
func (*GetUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
func (*GetUserRequest) GetUserId ¶
func (x *GetUserRequest) GetUserId() string
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (x *GetUserRequest) ProtoReflect() protoreflect.Message
func (*GetUserRequest) Reset ¶
func (x *GetUserRequest) Reset()
func (*GetUserRequest) String ¶
func (x *GetUserRequest) String() string
type GetUserResponse ¶
type GetUserResponse struct {
User *User `protobuf:"bytes,1,opt,name=user,proto3,oneof" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserResponse) Descriptor
deprecated
func (*GetUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
func (*GetUserResponse) GetUser ¶
func (x *GetUserResponse) GetUser() *User
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
type GetUserStreamRequest ¶
type GetUserStreamRequest struct {
BatchSize int32 `protobuf:"varint,1,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserStreamRequest) Descriptor
deprecated
func (*GetUserStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserStreamRequest.ProtoReflect.Descriptor instead.
func (*GetUserStreamRequest) GetBatchSize ¶
func (x *GetUserStreamRequest) GetBatchSize() int32
func (*GetUserStreamRequest) ProtoMessage ¶
func (*GetUserStreamRequest) ProtoMessage()
func (*GetUserStreamRequest) ProtoReflect ¶
func (x *GetUserStreamRequest) ProtoReflect() protoreflect.Message
func (*GetUserStreamRequest) Reset ¶
func (x *GetUserStreamRequest) Reset()
func (*GetUserStreamRequest) String ¶
func (x *GetUserStreamRequest) String() string
type GetUserStreamResponse ¶
type GetUserStreamResponse struct {
Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserStreamResponse) Descriptor
deprecated
func (*GetUserStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserStreamResponse.ProtoReflect.Descriptor instead.
func (*GetUserStreamResponse) GetUsers ¶
func (x *GetUserStreamResponse) GetUsers() []*User
func (*GetUserStreamResponse) ProtoMessage ¶
func (*GetUserStreamResponse) ProtoMessage()
func (*GetUserStreamResponse) ProtoReflect ¶
func (x *GetUserStreamResponse) ProtoReflect() protoreflect.Message
func (*GetUserStreamResponse) Reset ¶
func (x *GetUserStreamResponse) Reset()
func (*GetUserStreamResponse) String ¶
func (x *GetUserStreamResponse) String() string
type GetUsersRequest ¶
type GetUsersRequest struct {
Cursor string `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
N int32 `protobuf:"varint,2,opt,name=n,proto3" json:"n,omitempty"`
// contains filtered or unexported fields
}
func (*GetUsersRequest) Descriptor
deprecated
func (*GetUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUsersRequest.ProtoReflect.Descriptor instead.
func (*GetUsersRequest) GetCursor ¶
func (x *GetUsersRequest) GetCursor() string
func (*GetUsersRequest) GetN ¶
func (x *GetUsersRequest) GetN() int32
func (*GetUsersRequest) ProtoMessage ¶
func (*GetUsersRequest) ProtoMessage()
func (*GetUsersRequest) ProtoReflect ¶
func (x *GetUsersRequest) ProtoReflect() protoreflect.Message
func (*GetUsersRequest) Reset ¶
func (x *GetUsersRequest) Reset()
func (*GetUsersRequest) String ¶
func (x *GetUsersRequest) String() string
type GetUsersResponse ¶
type GetUsersResponse struct {
Cursor string `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
Users []*User `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
// contains filtered or unexported fields
}
func (*GetUsersResponse) Descriptor
deprecated
func (*GetUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUsersResponse.ProtoReflect.Descriptor instead.
func (*GetUsersResponse) GetCursor ¶
func (x *GetUsersResponse) GetCursor() string
func (*GetUsersResponse) GetUsers ¶
func (x *GetUsersResponse) GetUsers() []*User
func (*GetUsersResponse) ProtoMessage ¶
func (*GetUsersResponse) ProtoMessage()
func (*GetUsersResponse) ProtoReflect ¶
func (x *GetUsersResponse) ProtoReflect() protoreflect.Message
func (*GetUsersResponse) Reset ¶
func (x *GetUsersResponse) Reset()
func (*GetUsersResponse) String ¶
func (x *GetUsersResponse) String() string
type Item ¶
type Item struct {
Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
ItemId string `protobuf:"bytes,2,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
IsHidden bool `protobuf:"varint,3,opt,name=is_hidden,json=isHidden,proto3" json:"is_hidden,omitempty"`
Categories []string `protobuf:"bytes,4,rep,name=categories,proto3" json:"categories,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
Labels []byte `protobuf:"bytes,6,opt,name=labels,proto3" json:"labels,omitempty"`
Comment string `protobuf:"bytes,7,opt,name=comment,proto3" json:"comment,omitempty"`
// contains filtered or unexported fields
}
func (*Item) Descriptor
deprecated
func (*Item) GetCategories ¶
func (*Item) GetComment ¶
func (*Item) GetIsHidden ¶
func (*Item) GetNamespace ¶
func (*Item) GetTimestamp ¶
func (x *Item) GetTimestamp() *timestamppb.Timestamp
func (*Item) ProtoMessage ¶
func (*Item) ProtoMessage()
func (*Item) ProtoReflect ¶
func (x *Item) ProtoReflect() protoreflect.Message
type ItemPatch ¶
type ItemPatch struct {
IsHidden *bool `protobuf:"varint,1,opt,name=is_hidden,json=isHidden,proto3,oneof" json:"is_hidden,omitempty"`
Categories []string `protobuf:"bytes,2,rep,name=categories,proto3" json:"categories,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3,oneof" json:"timestamp,omitempty"`
Labels []byte `protobuf:"bytes,4,opt,name=labels,proto3" json:"labels,omitempty"`
Comment *string `protobuf:"bytes,5,opt,name=comment,proto3,oneof" json:"comment,omitempty"`
// contains filtered or unexported fields
}
func (*ItemPatch) Descriptor
deprecated
func (*ItemPatch) GetCategories ¶
func (*ItemPatch) GetComment ¶
func (*ItemPatch) GetIsHidden ¶
func (*ItemPatch) GetTimestamp ¶
func (x *ItemPatch) GetTimestamp() *timestamppb.Timestamp
func (*ItemPatch) ProtoMessage ¶
func (*ItemPatch) ProtoMessage()
func (*ItemPatch) ProtoReflect ¶
func (x *ItemPatch) ProtoReflect() protoreflect.Message
type LatentFactor ¶
type LatentFactor struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Data []float32 `protobuf:"fixed32,2,rep,packed,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*LatentFactor) Descriptor
deprecated
func (*LatentFactor) Descriptor() ([]byte, []int)
Deprecated: Use LatentFactor.ProtoReflect.Descriptor instead.
func (*LatentFactor) GetData ¶
func (x *LatentFactor) GetData() []float32
func (*LatentFactor) GetId ¶
func (x *LatentFactor) GetId() string
func (*LatentFactor) ProtoMessage ¶
func (*LatentFactor) ProtoMessage()
func (*LatentFactor) ProtoReflect ¶
func (x *LatentFactor) ProtoReflect() protoreflect.Message
func (*LatentFactor) Reset ¶
func (x *LatentFactor) Reset()
func (*LatentFactor) String ¶
func (x *LatentFactor) String() string
type ListBlobsRequest ¶
type ListBlobsRequest struct {
// contains filtered or unexported fields
}
func (*ListBlobsRequest) Descriptor
deprecated
func (*ListBlobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBlobsRequest.ProtoReflect.Descriptor instead.
func (*ListBlobsRequest) ProtoMessage ¶
func (*ListBlobsRequest) ProtoMessage()
func (*ListBlobsRequest) ProtoReflect ¶
func (x *ListBlobsRequest) ProtoReflect() protoreflect.Message
func (*ListBlobsRequest) Reset ¶
func (x *ListBlobsRequest) Reset()
func (*ListBlobsRequest) String ¶
func (x *ListBlobsRequest) String() string
type ListBlobsResponse ¶
type ListBlobsResponse struct {
Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
// contains filtered or unexported fields
}
func (*ListBlobsResponse) Descriptor
deprecated
func (*ListBlobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBlobsResponse.ProtoReflect.Descriptor instead.
func (*ListBlobsResponse) GetNames ¶
func (x *ListBlobsResponse) GetNames() []string
func (*ListBlobsResponse) ProtoMessage ¶
func (*ListBlobsResponse) ProtoMessage()
func (*ListBlobsResponse) ProtoReflect ¶
func (x *ListBlobsResponse) ProtoReflect() protoreflect.Message
func (*ListBlobsResponse) Reset ¶
func (x *ListBlobsResponse) Reset()
func (*ListBlobsResponse) String ¶
func (x *ListBlobsResponse) String() string
type MasterClient ¶
type MasterClient interface {
// meta distribute
GetMeta(ctx context.Context, in *NodeInfo, opts ...grpc.CallOption) (*Meta, error)
PushProgress(ctx context.Context, in *PushProgressRequest, opts ...grpc.CallOption) (*PushProgressResponse, error)
}
MasterClient is the client API for Master service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewMasterClient ¶
func NewMasterClient(cc grpc.ClientConnInterface) MasterClient
type MasterServer ¶
type MasterServer interface {
// meta distribute
GetMeta(context.Context, *NodeInfo) (*Meta, error)
PushProgress(context.Context, *PushProgressRequest) (*PushProgressResponse, error)
// contains filtered or unexported methods
}
MasterServer is the server API for Master service. All implementations must embed UnimplementedMasterServer for forward compatibility.
type Meta ¶
type Meta struct {
Config string `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
CollaborativeFilteringModelId int64 `` /* 153-byte string literal not displayed */
ClickThroughRateModelId int64 `` /* 137-byte string literal not displayed */
Me string `protobuf:"bytes,5,opt,name=me,proto3" json:"me,omitempty"`
Servers []string `protobuf:"bytes,6,rep,name=servers,proto3" json:"servers,omitempty"`
Workers []string `protobuf:"bytes,7,rep,name=workers,proto3" json:"workers,omitempty"`
// contains filtered or unexported fields
}
func (*Meta) Descriptor
deprecated
func (*Meta) GetClickThroughRateModelId ¶
func (*Meta) GetCollaborativeFilteringModelId ¶
func (*Meta) GetServers ¶
func (*Meta) GetWorkers ¶
func (*Meta) ProtoMessage ¶
func (*Meta) ProtoMessage()
func (*Meta) ProtoReflect ¶
func (x *Meta) ProtoReflect() protoreflect.Message
type ModifyItemRequest ¶
type ModifyItemRequest struct {
ItemId string `protobuf:"bytes,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
Patch *ItemPatch `protobuf:"bytes,2,opt,name=patch,proto3" json:"patch,omitempty"`
// contains filtered or unexported fields
}
func (*ModifyItemRequest) Descriptor
deprecated
func (*ModifyItemRequest) Descriptor() ([]byte, []int)
Deprecated: Use ModifyItemRequest.ProtoReflect.Descriptor instead.
func (*ModifyItemRequest) GetItemId ¶
func (x *ModifyItemRequest) GetItemId() string
func (*ModifyItemRequest) GetPatch ¶
func (x *ModifyItemRequest) GetPatch() *ItemPatch
func (*ModifyItemRequest) ProtoMessage ¶
func (*ModifyItemRequest) ProtoMessage()
func (*ModifyItemRequest) ProtoReflect ¶
func (x *ModifyItemRequest) ProtoReflect() protoreflect.Message
func (*ModifyItemRequest) Reset ¶
func (x *ModifyItemRequest) Reset()
func (*ModifyItemRequest) String ¶
func (x *ModifyItemRequest) String() string
type ModifyItemResponse ¶
type ModifyItemResponse struct {
// contains filtered or unexported fields
}
func (*ModifyItemResponse) Descriptor
deprecated
func (*ModifyItemResponse) Descriptor() ([]byte, []int)
Deprecated: Use ModifyItemResponse.ProtoReflect.Descriptor instead.
func (*ModifyItemResponse) ProtoMessage ¶
func (*ModifyItemResponse) ProtoMessage()
func (*ModifyItemResponse) ProtoReflect ¶
func (x *ModifyItemResponse) ProtoReflect() protoreflect.Message
func (*ModifyItemResponse) Reset ¶
func (x *ModifyItemResponse) Reset()
func (*ModifyItemResponse) String ¶
func (x *ModifyItemResponse) String() string
type ModifyUserRequest ¶
type ModifyUserRequest struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
Patch *UserPatch `protobuf:"bytes,2,opt,name=patch,proto3" json:"patch,omitempty"`
// contains filtered or unexported fields
}
func (*ModifyUserRequest) Descriptor
deprecated
func (*ModifyUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use ModifyUserRequest.ProtoReflect.Descriptor instead.
func (*ModifyUserRequest) GetPatch ¶
func (x *ModifyUserRequest) GetPatch() *UserPatch
func (*ModifyUserRequest) GetUserId ¶
func (x *ModifyUserRequest) GetUserId() string
func (*ModifyUserRequest) ProtoMessage ¶
func (*ModifyUserRequest) ProtoMessage()
func (*ModifyUserRequest) ProtoReflect ¶
func (x *ModifyUserRequest) ProtoReflect() protoreflect.Message
func (*ModifyUserRequest) Reset ¶
func (x *ModifyUserRequest) Reset()
func (*ModifyUserRequest) String ¶
func (x *ModifyUserRequest) String() string
type ModifyUserResponse ¶
type ModifyUserResponse struct {
// contains filtered or unexported fields
}
func (*ModifyUserResponse) Descriptor
deprecated
func (*ModifyUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use ModifyUserResponse.ProtoReflect.Descriptor instead.
func (*ModifyUserResponse) ProtoMessage ¶
func (*ModifyUserResponse) ProtoMessage()
func (*ModifyUserResponse) ProtoReflect ¶
func (x *ModifyUserResponse) ProtoReflect() protoreflect.Message
func (*ModifyUserResponse) Reset ¶
func (x *ModifyUserResponse) Reset()
func (*ModifyUserResponse) String ¶
func (x *ModifyUserResponse) String() string
type NodeInfo ¶
type NodeInfo struct {
NodeType NodeType `protobuf:"varint,1,opt,name=node_type,json=nodeType,proto3,enum=protocol.NodeType" json:"node_type,omitempty"`
Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
BinaryVersion string `protobuf:"bytes,4,opt,name=binary_version,json=binaryVersion,proto3" json:"binary_version,omitempty"`
Hostname string `protobuf:"bytes,5,opt,name=hostname,proto3" json:"hostname,omitempty"`
// contains filtered or unexported fields
}
func (*NodeInfo) Descriptor
deprecated
func (*NodeInfo) GetBinaryVersion ¶
func (*NodeInfo) GetHostname ¶
func (*NodeInfo) GetNodeType ¶
func (*NodeInfo) ProtoMessage ¶
func (*NodeInfo) ProtoMessage()
func (*NodeInfo) ProtoReflect ¶
func (x *NodeInfo) ProtoReflect() protoreflect.Message
type NodeType ¶
type NodeType int32
func (NodeType) Descriptor ¶
func (NodeType) Descriptor() protoreflect.EnumDescriptor
func (NodeType) EnumDescriptor
deprecated
func (NodeType) Number ¶
func (x NodeType) Number() protoreflect.EnumNumber
func (NodeType) Type ¶
func (NodeType) Type() protoreflect.EnumType
type PingRequest ¶
type PingRequest struct {
// contains filtered or unexported fields
}
func (*PingRequest) Descriptor
deprecated
func (*PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) ProtoMessage ¶
func (*PingRequest) ProtoMessage()
func (*PingRequest) ProtoReflect ¶
func (x *PingRequest) ProtoReflect() protoreflect.Message
func (*PingRequest) Reset ¶
func (x *PingRequest) Reset()
func (*PingRequest) String ¶
func (x *PingRequest) String() string
type PingResponse ¶
type PingResponse struct {
// contains filtered or unexported fields
}
func (*PingResponse) Descriptor
deprecated
func (*PingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.
func (*PingResponse) ProtoMessage ¶
func (*PingResponse) ProtoMessage()
func (*PingResponse) ProtoReflect ¶
func (x *PingResponse) ProtoReflect() protoreflect.Message
func (*PingResponse) Reset ¶
func (x *PingResponse) Reset()
func (*PingResponse) String ¶
func (x *PingResponse) String() string
type PopRequest ¶
type PopRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*PopRequest) Descriptor
deprecated
func (*PopRequest) Descriptor() ([]byte, []int)
Deprecated: Use PopRequest.ProtoReflect.Descriptor instead.
func (*PopRequest) GetName ¶
func (x *PopRequest) GetName() string
func (*PopRequest) ProtoMessage ¶
func (*PopRequest) ProtoMessage()
func (*PopRequest) ProtoReflect ¶
func (x *PopRequest) ProtoReflect() protoreflect.Message
func (*PopRequest) Reset ¶
func (x *PopRequest) Reset()
func (*PopRequest) String ¶
func (x *PopRequest) String() string
type PopResponse ¶
type PopResponse struct {
Value *string `protobuf:"bytes,1,opt,name=value,proto3,oneof" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*PopResponse) Descriptor
deprecated
func (*PopResponse) Descriptor() ([]byte, []int)
Deprecated: Use PopResponse.ProtoReflect.Descriptor instead.
func (*PopResponse) GetValue ¶
func (x *PopResponse) GetValue() string
func (*PopResponse) ProtoMessage ¶
func (*PopResponse) ProtoMessage()
func (*PopResponse) ProtoReflect ¶
func (x *PopResponse) ProtoReflect() protoreflect.Message
func (*PopResponse) Reset ¶
func (x *PopResponse) Reset()
func (*PopResponse) String ¶
func (x *PopResponse) String() string
type Progress ¶
type Progress struct {
Tracer string `protobuf:"bytes,1,opt,name=tracer,proto3" json:"tracer,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
Error string `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
Count int64 `protobuf:"varint,5,opt,name=count,proto3" json:"count,omitempty"`
Total int64 `protobuf:"varint,6,opt,name=total,proto3" json:"total,omitempty"`
StartTime int64 `protobuf:"varint,7,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
FinishTime int64 `protobuf:"varint,8,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
// contains filtered or unexported fields
}
func (*Progress) Descriptor
deprecated
func (*Progress) GetFinishTime ¶
func (*Progress) GetStartTime ¶
func (*Progress) ProtoMessage ¶
func (*Progress) ProtoMessage()
func (*Progress) ProtoReflect ¶
func (x *Progress) ProtoReflect() protoreflect.Message
type PushProgressRequest ¶
type PushProgressRequest struct {
Progress []*Progress `protobuf:"bytes,1,rep,name=progress,proto3" json:"progress,omitempty"`
// contains filtered or unexported fields
}
func (*PushProgressRequest) Descriptor
deprecated
func (*PushProgressRequest) Descriptor() ([]byte, []int)
Deprecated: Use PushProgressRequest.ProtoReflect.Descriptor instead.
func (*PushProgressRequest) GetProgress ¶
func (x *PushProgressRequest) GetProgress() []*Progress
func (*PushProgressRequest) ProtoMessage ¶
func (*PushProgressRequest) ProtoMessage()
func (*PushProgressRequest) ProtoReflect ¶
func (x *PushProgressRequest) ProtoReflect() protoreflect.Message
func (*PushProgressRequest) Reset ¶
func (x *PushProgressRequest) Reset()
func (*PushProgressRequest) String ¶
func (x *PushProgressRequest) String() string
type PushProgressResponse ¶
type PushProgressResponse struct {
// contains filtered or unexported fields
}
func (*PushProgressResponse) Descriptor
deprecated
func (*PushProgressResponse) Descriptor() ([]byte, []int)
Deprecated: Use PushProgressResponse.ProtoReflect.Descriptor instead.
func (*PushProgressResponse) ProtoMessage ¶
func (*PushProgressResponse) ProtoMessage()
func (*PushProgressResponse) ProtoReflect ¶
func (x *PushProgressResponse) ProtoReflect() protoreflect.Message
func (*PushProgressResponse) Reset ¶
func (x *PushProgressResponse) Reset()
func (*PushProgressResponse) String ¶
func (x *PushProgressResponse) String() string
type PushRequest ¶
type PushRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*PushRequest) Descriptor
deprecated
func (*PushRequest) Descriptor() ([]byte, []int)
Deprecated: Use PushRequest.ProtoReflect.Descriptor instead.
func (*PushRequest) GetName ¶
func (x *PushRequest) GetName() string
func (*PushRequest) GetValue ¶
func (x *PushRequest) GetValue() string
func (*PushRequest) ProtoMessage ¶
func (*PushRequest) ProtoMessage()
func (*PushRequest) ProtoReflect ¶
func (x *PushRequest) ProtoReflect() protoreflect.Message
func (*PushRequest) Reset ¶
func (x *PushRequest) Reset()
func (*PushRequest) String ¶
func (x *PushRequest) String() string
type PushResponse ¶
type PushResponse struct {
// contains filtered or unexported fields
}
func (*PushResponse) Descriptor
deprecated
func (*PushResponse) Descriptor() ([]byte, []int)
Deprecated: Use PushResponse.ProtoReflect.Descriptor instead.
func (*PushResponse) ProtoMessage ¶
func (*PushResponse) ProtoMessage()
func (*PushResponse) ProtoReflect ¶
func (x *PushResponse) ProtoReflect() protoreflect.Message
func (*PushResponse) Reset ¶
func (x *PushResponse) Reset()
func (*PushResponse) String ¶
func (x *PushResponse) String() string
type RemainRequest ¶
type RemainRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*RemainRequest) Descriptor
deprecated
func (*RemainRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemainRequest.ProtoReflect.Descriptor instead.
func (*RemainRequest) GetName ¶
func (x *RemainRequest) GetName() string
func (*RemainRequest) ProtoMessage ¶
func (*RemainRequest) ProtoMessage()
func (*RemainRequest) ProtoReflect ¶
func (x *RemainRequest) ProtoReflect() protoreflect.Message
func (*RemainRequest) Reset ¶
func (x *RemainRequest) Reset()
func (*RemainRequest) String ¶
func (x *RemainRequest) String() string
type RemainResponse ¶
type RemainResponse struct {
Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
// contains filtered or unexported fields
}
func (*RemainResponse) Descriptor
deprecated
func (*RemainResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemainResponse.ProtoReflect.Descriptor instead.
func (*RemainResponse) GetCount ¶
func (x *RemainResponse) GetCount() int64
func (*RemainResponse) ProtoMessage ¶
func (*RemainResponse) ProtoMessage()
func (*RemainResponse) ProtoReflect ¶
func (x *RemainResponse) ProtoReflect() protoreflect.Message
func (*RemainResponse) Reset ¶
func (x *RemainResponse) Reset()
func (*RemainResponse) String ¶
func (x *RemainResponse) String() string
type RemoveBlobRequest ¶
type RemoveBlobRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*RemoveBlobRequest) Descriptor
deprecated
func (*RemoveBlobRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveBlobRequest.ProtoReflect.Descriptor instead.
func (*RemoveBlobRequest) GetName ¶
func (x *RemoveBlobRequest) GetName() string
func (*RemoveBlobRequest) ProtoMessage ¶
func (*RemoveBlobRequest) ProtoMessage()
func (*RemoveBlobRequest) ProtoReflect ¶
func (x *RemoveBlobRequest) ProtoReflect() protoreflect.Message
func (*RemoveBlobRequest) Reset ¶
func (x *RemoveBlobRequest) Reset()
func (*RemoveBlobRequest) String ¶
func (x *RemoveBlobRequest) String() string
type RemoveBlobResponse ¶
type RemoveBlobResponse struct {
// contains filtered or unexported fields
}
func (*RemoveBlobResponse) Descriptor
deprecated
func (*RemoveBlobResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveBlobResponse.ProtoReflect.Descriptor instead.
func (*RemoveBlobResponse) ProtoMessage ¶
func (*RemoveBlobResponse) ProtoMessage()
func (*RemoveBlobResponse) ProtoReflect ¶
func (x *RemoveBlobResponse) ProtoReflect() protoreflect.Message
func (*RemoveBlobResponse) Reset ¶
func (x *RemoveBlobResponse) Reset()
func (*RemoveBlobResponse) String ¶
func (x *RemoveBlobResponse) String() string
type ScanOptions ¶
type ScanOptions struct {
BeginUserId *string `protobuf:"bytes,1,opt,name=begin_user_id,json=beginUserId,proto3,oneof" json:"begin_user_id,omitempty"`
EndUserId *string `protobuf:"bytes,2,opt,name=end_user_id,json=endUserId,proto3,oneof" json:"end_user_id,omitempty"`
BeginItemId *string `protobuf:"bytes,3,opt,name=begin_item_id,json=beginItemId,proto3,oneof" json:"begin_item_id,omitempty"`
EndItemId *string `protobuf:"bytes,4,opt,name=end_item_id,json=endItemId,proto3,oneof" json:"end_item_id,omitempty"`
BeginTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=begin_time,json=beginTime,proto3,oneof" json:"begin_time,omitempty"`
EndTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=end_time,json=endTime,proto3,oneof" json:"end_time,omitempty"`
FeedbackTypes []*FeedbackTypeExpression `protobuf:"bytes,7,rep,name=feedback_types,json=feedbackTypes,proto3" json:"feedback_types,omitempty"`
OrderByItemId bool `protobuf:"varint,8,opt,name=order_by_item_id,json=orderByItemId,proto3" json:"order_by_item_id,omitempty"`
// contains filtered or unexported fields
}
func (*ScanOptions) Descriptor
deprecated
func (*ScanOptions) Descriptor() ([]byte, []int)
Deprecated: Use ScanOptions.ProtoReflect.Descriptor instead.
func (*ScanOptions) GetBeginItemId ¶
func (x *ScanOptions) GetBeginItemId() string
func (*ScanOptions) GetBeginTime ¶
func (x *ScanOptions) GetBeginTime() *timestamppb.Timestamp
func (*ScanOptions) GetBeginUserId ¶
func (x *ScanOptions) GetBeginUserId() string
func (*ScanOptions) GetEndItemId ¶
func (x *ScanOptions) GetEndItemId() string
func (*ScanOptions) GetEndTime ¶
func (x *ScanOptions) GetEndTime() *timestamppb.Timestamp
func (*ScanOptions) GetEndUserId ¶
func (x *ScanOptions) GetEndUserId() string
func (*ScanOptions) GetFeedbackTypes ¶
func (x *ScanOptions) GetFeedbackTypes() []*FeedbackTypeExpression
func (*ScanOptions) GetOrderByItemId ¶
func (x *ScanOptions) GetOrderByItemId() bool
func (*ScanOptions) ProtoMessage ¶
func (*ScanOptions) ProtoMessage()
func (*ScanOptions) ProtoReflect ¶
func (x *ScanOptions) ProtoReflect() protoreflect.Message
func (*ScanOptions) Reset ¶
func (x *ScanOptions) Reset()
func (*ScanOptions) String ¶
func (x *ScanOptions) String() string
type ScanScoresRequest ¶
type ScanScoresRequest struct {
// contains filtered or unexported fields
}
func (*ScanScoresRequest) Descriptor
deprecated
func (*ScanScoresRequest) Descriptor() ([]byte, []int)
Deprecated: Use ScanScoresRequest.ProtoReflect.Descriptor instead.
func (*ScanScoresRequest) ProtoMessage ¶
func (*ScanScoresRequest) ProtoMessage()
func (*ScanScoresRequest) ProtoReflect ¶
func (x *ScanScoresRequest) ProtoReflect() protoreflect.Message
func (*ScanScoresRequest) Reset ¶
func (x *ScanScoresRequest) Reset()
func (*ScanScoresRequest) String ¶
func (x *ScanScoresRequest) String() string
type ScanScoresResponse ¶
type ScanScoresResponse struct {
Collection string `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
Subset string `protobuf:"bytes,3,opt,name=subset,proto3" json:"subset,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
// contains filtered or unexported fields
}
func (*ScanScoresResponse) Descriptor
deprecated
func (*ScanScoresResponse) Descriptor() ([]byte, []int)
Deprecated: Use ScanScoresResponse.ProtoReflect.Descriptor instead.
func (*ScanScoresResponse) GetCollection ¶
func (x *ScanScoresResponse) GetCollection() string
func (*ScanScoresResponse) GetId ¶
func (x *ScanScoresResponse) GetId() string
func (*ScanScoresResponse) GetSubset ¶
func (x *ScanScoresResponse) GetSubset() string
func (*ScanScoresResponse) GetTimestamp ¶
func (x *ScanScoresResponse) GetTimestamp() *timestamppb.Timestamp
func (*ScanScoresResponse) ProtoMessage ¶
func (*ScanScoresResponse) ProtoMessage()
func (*ScanScoresResponse) ProtoReflect ¶
func (x *ScanScoresResponse) ProtoReflect() protoreflect.Message
func (*ScanScoresResponse) Reset ¶
func (x *ScanScoresResponse) Reset()
func (*ScanScoresResponse) String ¶
func (x *ScanScoresResponse) String() string
type Score ¶
type Score struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Score float64 `protobuf:"fixed64,2,opt,name=score,proto3" json:"score,omitempty"`
IsHidden bool `protobuf:"varint,3,opt,name=is_hidden,json=isHidden,proto3" json:"is_hidden,omitempty"`
Categories []string `protobuf:"bytes,4,rep,name=categories,proto3" json:"categories,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
// contains filtered or unexported fields
}
func (*Score) Descriptor
deprecated
func (*Score) GetCategories ¶
func (*Score) GetIsHidden ¶
func (*Score) GetTimestamp ¶
func (x *Score) GetTimestamp() *timestamppb.Timestamp
func (*Score) ProtoMessage ¶
func (*Score) ProtoMessage()
func (*Score) ProtoReflect ¶
func (x *Score) ProtoReflect() protoreflect.Message
type ScoreCondition ¶
type ScoreCondition struct {
Subset *string `protobuf:"bytes,1,opt,name=subset,proto3,oneof" json:"subset,omitempty"`
Id *string `protobuf:"bytes,2,opt,name=id,proto3,oneof" json:"id,omitempty"`
Before *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=before,proto3,oneof" json:"before,omitempty"`
// contains filtered or unexported fields
}
func (*ScoreCondition) Descriptor
deprecated
func (*ScoreCondition) Descriptor() ([]byte, []int)
Deprecated: Use ScoreCondition.ProtoReflect.Descriptor instead.
func (*ScoreCondition) GetBefore ¶
func (x *ScoreCondition) GetBefore() *timestamppb.Timestamp
func (*ScoreCondition) GetId ¶
func (x *ScoreCondition) GetId() string
func (*ScoreCondition) GetSubset ¶
func (x *ScoreCondition) GetSubset() string
func (*ScoreCondition) ProtoMessage ¶
func (*ScoreCondition) ProtoMessage()
func (*ScoreCondition) ProtoReflect ¶
func (x *ScoreCondition) ProtoReflect() protoreflect.Message
func (*ScoreCondition) Reset ¶
func (x *ScoreCondition) Reset()
func (*ScoreCondition) String ¶
func (x *ScoreCondition) String() string
type ScorePatch ¶
type ScorePatch struct {
IsHidden *bool `protobuf:"varint,1,opt,name=is_hidden,json=isHidden,proto3,oneof" json:"is_hidden,omitempty"`
Categories []string `protobuf:"bytes,2,rep,name=categories,proto3" json:"categories,omitempty"`
Score *float64 `protobuf:"fixed64,3,opt,name=score,proto3,oneof" json:"score,omitempty"`
// contains filtered or unexported fields
}
func (*ScorePatch) Descriptor
deprecated
func (*ScorePatch) Descriptor() ([]byte, []int)
Deprecated: Use ScorePatch.ProtoReflect.Descriptor instead.
func (*ScorePatch) GetCategories ¶
func (x *ScorePatch) GetCategories() []string
func (*ScorePatch) GetIsHidden ¶
func (x *ScorePatch) GetIsHidden() bool
func (*ScorePatch) GetScore ¶
func (x *ScorePatch) GetScore() float64
func (*ScorePatch) ProtoMessage ¶
func (*ScorePatch) ProtoMessage()
func (*ScorePatch) ProtoReflect ¶
func (x *ScorePatch) ProtoReflect() protoreflect.Message
func (*ScorePatch) Reset ¶
func (x *ScorePatch) Reset()
func (*ScorePatch) String ¶
func (x *ScorePatch) String() string
type SearchScoresRequest ¶
type SearchScoresRequest struct {
Collection string `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
Subset string `protobuf:"bytes,2,opt,name=subset,proto3" json:"subset,omitempty"`
Query []string `protobuf:"bytes,3,rep,name=query,proto3" json:"query,omitempty"`
Begin int32 `protobuf:"varint,4,opt,name=begin,proto3" json:"begin,omitempty"`
End int32 `protobuf:"varint,5,opt,name=end,proto3" json:"end,omitempty"`
// contains filtered or unexported fields
}
func (*SearchScoresRequest) Descriptor
deprecated
func (*SearchScoresRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchScoresRequest.ProtoReflect.Descriptor instead.
func (*SearchScoresRequest) GetBegin ¶
func (x *SearchScoresRequest) GetBegin() int32
func (*SearchScoresRequest) GetCollection ¶
func (x *SearchScoresRequest) GetCollection() string
func (*SearchScoresRequest) GetEnd ¶
func (x *SearchScoresRequest) GetEnd() int32
func (*SearchScoresRequest) GetQuery ¶
func (x *SearchScoresRequest) GetQuery() []string
func (*SearchScoresRequest) GetSubset ¶
func (x *SearchScoresRequest) GetSubset() string
func (*SearchScoresRequest) ProtoMessage ¶
func (*SearchScoresRequest) ProtoMessage()
func (*SearchScoresRequest) ProtoReflect ¶
func (x *SearchScoresRequest) ProtoReflect() protoreflect.Message
func (*SearchScoresRequest) Reset ¶
func (x *SearchScoresRequest) Reset()
func (*SearchScoresRequest) String ¶
func (x *SearchScoresRequest) String() string
type SearchScoresResponse ¶
type SearchScoresResponse struct {
Documents []*Score `protobuf:"bytes,1,rep,name=documents,proto3" json:"documents,omitempty"`
// contains filtered or unexported fields
}
func (*SearchScoresResponse) Descriptor
deprecated
func (*SearchScoresResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchScoresResponse.ProtoReflect.Descriptor instead.
func (*SearchScoresResponse) GetDocuments ¶
func (x *SearchScoresResponse) GetDocuments() []*Score
func (*SearchScoresResponse) ProtoMessage ¶
func (*SearchScoresResponse) ProtoMessage()
func (*SearchScoresResponse) ProtoReflect ¶
func (x *SearchScoresResponse) ProtoReflect() protoreflect.Message
func (*SearchScoresResponse) Reset ¶
func (x *SearchScoresResponse) Reset()
func (*SearchScoresResponse) String ¶
func (x *SearchScoresResponse) String() string
type SetRequest ¶
type SetRequest struct {
Values []*Value `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
// contains filtered or unexported fields
}
func (*SetRequest) Descriptor
deprecated
func (*SetRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetRequest.ProtoReflect.Descriptor instead.
func (*SetRequest) GetValues ¶
func (x *SetRequest) GetValues() []*Value
func (*SetRequest) ProtoMessage ¶
func (*SetRequest) ProtoMessage()
func (*SetRequest) ProtoReflect ¶
func (x *SetRequest) ProtoReflect() protoreflect.Message
func (*SetRequest) Reset ¶
func (x *SetRequest) Reset()
func (*SetRequest) String ¶
func (x *SetRequest) String() string
type SetResponse ¶
type SetResponse struct {
// contains filtered or unexported fields
}
func (*SetResponse) Descriptor
deprecated
func (*SetResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetResponse.ProtoReflect.Descriptor instead.
func (*SetResponse) ProtoMessage ¶
func (*SetResponse) ProtoMessage()
func (*SetResponse) ProtoReflect ¶
func (x *SetResponse) ProtoReflect() protoreflect.Message
func (*SetResponse) Reset ¶
func (x *SetResponse) Reset()
func (*SetResponse) String ¶
func (x *SetResponse) String() string
type Tensor ¶
type Tensor struct {
Key []string `protobuf:"bytes,1,rep,name=key,proto3" json:"key,omitempty"`
Shape []int32 `protobuf:"varint,2,rep,packed,name=shape,proto3" json:"shape,omitempty"`
Data []float32 `protobuf:"fixed32,3,rep,packed,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*Tensor) Descriptor
deprecated
func (*Tensor) ProtoMessage ¶
func (*Tensor) ProtoMessage()
func (*Tensor) ProtoReflect ¶
func (x *Tensor) ProtoReflect() protoreflect.Message
type TimeSeriesPoint ¶
type TimeSeriesPoint struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
Value float64 `protobuf:"fixed64,3,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*TimeSeriesPoint) Descriptor
deprecated
func (*TimeSeriesPoint) Descriptor() ([]byte, []int)
Deprecated: Use TimeSeriesPoint.ProtoReflect.Descriptor instead.
func (*TimeSeriesPoint) GetName ¶
func (x *TimeSeriesPoint) GetName() string
func (*TimeSeriesPoint) GetTimestamp ¶
func (x *TimeSeriesPoint) GetTimestamp() *timestamppb.Timestamp
func (*TimeSeriesPoint) GetValue ¶
func (x *TimeSeriesPoint) GetValue() float64
func (*TimeSeriesPoint) ProtoMessage ¶
func (*TimeSeriesPoint) ProtoMessage()
func (*TimeSeriesPoint) ProtoReflect ¶
func (x *TimeSeriesPoint) ProtoReflect() protoreflect.Message
func (*TimeSeriesPoint) Reset ¶
func (x *TimeSeriesPoint) Reset()
func (*TimeSeriesPoint) String ¶
func (x *TimeSeriesPoint) String() string
type UnimplementedBlobStoreServer ¶
type UnimplementedBlobStoreServer struct{}
UnimplementedBlobStoreServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedBlobStoreServer) DownloadBlob ¶
func (UnimplementedBlobStoreServer) DownloadBlob(*DownloadBlobRequest, grpc.ServerStreamingServer[DownloadBlobResponse]) error
func (UnimplementedBlobStoreServer) ListBlobs ¶
func (UnimplementedBlobStoreServer) ListBlobs(context.Context, *ListBlobsRequest) (*ListBlobsResponse, error)
func (UnimplementedBlobStoreServer) RemoveBlob ¶
func (UnimplementedBlobStoreServer) RemoveBlob(context.Context, *RemoveBlobRequest) (*RemoveBlobResponse, error)
func (UnimplementedBlobStoreServer) UploadBlob ¶
func (UnimplementedBlobStoreServer) UploadBlob(grpc.ClientStreamingServer[UploadBlobRequest, UploadBlobResponse]) error
type UnimplementedCacheStoreServer ¶
type UnimplementedCacheStoreServer struct{}
UnimplementedCacheStoreServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedCacheStoreServer) AddScores ¶
func (UnimplementedCacheStoreServer) AddScores(context.Context, *AddScoresRequest) (*AddScoresResponse, error)
func (UnimplementedCacheStoreServer) AddTimeSeriesPoints ¶
func (UnimplementedCacheStoreServer) AddTimeSeriesPoints(context.Context, *AddTimeSeriesPointsRequest) (*AddTimeSeriesPointsResponse, error)
func (UnimplementedCacheStoreServer) Delete ¶
func (UnimplementedCacheStoreServer) Delete(context.Context, *DeleteRequest) (*DeleteResponse, error)
func (UnimplementedCacheStoreServer) DeleteScores ¶
func (UnimplementedCacheStoreServer) DeleteScores(context.Context, *DeleteScoresRequest) (*DeleteScoresResponse, error)
func (UnimplementedCacheStoreServer) Get ¶
func (UnimplementedCacheStoreServer) Get(context.Context, *GetRequest) (*GetResponse, error)
func (UnimplementedCacheStoreServer) GetTimeSeriesPoints ¶
func (UnimplementedCacheStoreServer) GetTimeSeriesPoints(context.Context, *GetTimeSeriesPointsRequest) (*GetTimeSeriesPointsResponse, error)
func (UnimplementedCacheStoreServer) Ping ¶
func (UnimplementedCacheStoreServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
func (UnimplementedCacheStoreServer) Pop ¶
func (UnimplementedCacheStoreServer) Pop(context.Context, *PopRequest) (*PopResponse, error)
func (UnimplementedCacheStoreServer) Push ¶
func (UnimplementedCacheStoreServer) Push(context.Context, *PushRequest) (*PushResponse, error)
func (UnimplementedCacheStoreServer) Remain ¶
func (UnimplementedCacheStoreServer) Remain(context.Context, *RemainRequest) (*RemainResponse, error)
func (UnimplementedCacheStoreServer) ScanScores ¶
func (UnimplementedCacheStoreServer) ScanScores(*ScanScoresRequest, grpc.ServerStreamingServer[ScanScoresResponse]) error
func (UnimplementedCacheStoreServer) SearchScores ¶
func (UnimplementedCacheStoreServer) SearchScores(context.Context, *SearchScoresRequest) (*SearchScoresResponse, error)
func (UnimplementedCacheStoreServer) Set ¶
func (UnimplementedCacheStoreServer) Set(context.Context, *SetRequest) (*SetResponse, error)
func (UnimplementedCacheStoreServer) UpdateScores ¶
func (UnimplementedCacheStoreServer) UpdateScores(context.Context, *UpdateScoresRequest) (*UpdateScoresResponse, error)
type UnimplementedDataStoreServer ¶
type UnimplementedDataStoreServer struct{}
UnimplementedDataStoreServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedDataStoreServer) BatchGetItems ¶
func (UnimplementedDataStoreServer) BatchGetItems(context.Context, *BatchGetItemsRequest) (*BatchGetItemsResponse, error)
func (UnimplementedDataStoreServer) BatchInsertFeedback ¶
func (UnimplementedDataStoreServer) BatchInsertFeedback(context.Context, *BatchInsertFeedbackRequest) (*BatchInsertFeedbackResponse, error)
func (UnimplementedDataStoreServer) BatchInsertItems ¶
func (UnimplementedDataStoreServer) BatchInsertItems(context.Context, *BatchInsertItemsRequest) (*BatchInsertItemsResponse, error)
func (UnimplementedDataStoreServer) BatchInsertUsers ¶
func (UnimplementedDataStoreServer) BatchInsertUsers(context.Context, *BatchInsertUsersRequest) (*BatchInsertUsersResponse, error)
func (UnimplementedDataStoreServer) CountFeedback ¶
func (UnimplementedDataStoreServer) CountFeedback(context.Context, *CountFeedbackRequest) (*CountFeedbackResponse, error)
func (UnimplementedDataStoreServer) CountItems ¶
func (UnimplementedDataStoreServer) CountItems(context.Context, *CountItemsRequest) (*CountItemsResponse, error)
func (UnimplementedDataStoreServer) CountUsers ¶
func (UnimplementedDataStoreServer) CountUsers(context.Context, *CountUsersRequest) (*CountUsersResponse, error)
func (UnimplementedDataStoreServer) DeleteItem ¶
func (UnimplementedDataStoreServer) DeleteItem(context.Context, *DeleteItemRequest) (*DeleteItemResponse, error)
func (UnimplementedDataStoreServer) DeleteUser ¶
func (UnimplementedDataStoreServer) DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
func (UnimplementedDataStoreServer) DeleteUserItemFeedback ¶
func (UnimplementedDataStoreServer) DeleteUserItemFeedback(context.Context, *DeleteUserItemFeedbackRequest) (*DeleteUserItemFeedbackResponse, error)
func (UnimplementedDataStoreServer) GetFeedback ¶
func (UnimplementedDataStoreServer) GetFeedback(context.Context, *GetFeedbackRequest) (*GetFeedbackResponse, error)
func (UnimplementedDataStoreServer) GetFeedbackStream ¶
func (UnimplementedDataStoreServer) GetFeedbackStream(*GetFeedbackStreamRequest, grpc.ServerStreamingServer[GetFeedbackStreamResponse]) error
func (UnimplementedDataStoreServer) GetItem ¶
func (UnimplementedDataStoreServer) GetItem(context.Context, *GetItemRequest) (*GetItemResponse, error)
func (UnimplementedDataStoreServer) GetItemFeedback ¶
func (UnimplementedDataStoreServer) GetItemFeedback(context.Context, *GetItemFeedbackRequest) (*GetFeedbackResponse, error)
func (UnimplementedDataStoreServer) GetItemStream ¶
func (UnimplementedDataStoreServer) GetItemStream(*GetItemStreamRequest, grpc.ServerStreamingServer[GetItemStreamResponse]) error
func (UnimplementedDataStoreServer) GetItems ¶
func (UnimplementedDataStoreServer) GetItems(context.Context, *GetItemsRequest) (*GetItemsResponse, error)
func (UnimplementedDataStoreServer) GetLatestItems ¶
func (UnimplementedDataStoreServer) GetLatestItems(context.Context, *GetLatestItemsRequest) (*GetLatestItemsResponse, error)
func (UnimplementedDataStoreServer) GetUser ¶
func (UnimplementedDataStoreServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
func (UnimplementedDataStoreServer) GetUserFeedback ¶
func (UnimplementedDataStoreServer) GetUserFeedback(context.Context, *GetUserFeedbackRequest) (*GetFeedbackResponse, error)
func (UnimplementedDataStoreServer) GetUserItemFeedback ¶
func (UnimplementedDataStoreServer) GetUserItemFeedback(context.Context, *GetUserItemFeedbackRequest) (*GetFeedbackResponse, error)
func (UnimplementedDataStoreServer) GetUserStream ¶
func (UnimplementedDataStoreServer) GetUserStream(*GetUserStreamRequest, grpc.ServerStreamingServer[GetUserStreamResponse]) error
func (UnimplementedDataStoreServer) GetUsers ¶
func (UnimplementedDataStoreServer) GetUsers(context.Context, *GetUsersRequest) (*GetUsersResponse, error)
func (UnimplementedDataStoreServer) ModifyItem ¶
func (UnimplementedDataStoreServer) ModifyItem(context.Context, *ModifyItemRequest) (*ModifyItemResponse, error)
func (UnimplementedDataStoreServer) ModifyUser ¶
func (UnimplementedDataStoreServer) ModifyUser(context.Context, *ModifyUserRequest) (*ModifyUserResponse, error)
func (UnimplementedDataStoreServer) Ping ¶
func (UnimplementedDataStoreServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
type UnimplementedMasterServer ¶
type UnimplementedMasterServer struct{}
UnimplementedMasterServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedMasterServer) PushProgress ¶
func (UnimplementedMasterServer) PushProgress(context.Context, *PushProgressRequest) (*PushProgressResponse, error)
type UnsafeBlobStoreServer ¶
type UnsafeBlobStoreServer interface {
// contains filtered or unexported methods
}
UnsafeBlobStoreServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BlobStoreServer will result in compilation errors.
type UnsafeCacheStoreServer ¶
type UnsafeCacheStoreServer interface {
// contains filtered or unexported methods
}
UnsafeCacheStoreServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CacheStoreServer will result in compilation errors.
type UnsafeDataStoreServer ¶
type UnsafeDataStoreServer interface {
// contains filtered or unexported methods
}
UnsafeDataStoreServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DataStoreServer will result in compilation errors.
type UnsafeMasterServer ¶
type UnsafeMasterServer interface {
// contains filtered or unexported methods
}
UnsafeMasterServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MasterServer will result in compilation errors.
type UpdateScoresRequest ¶
type UpdateScoresRequest struct {
Collection []string `protobuf:"bytes,1,rep,name=collection,proto3" json:"collection,omitempty"`
Subset *string `protobuf:"bytes,2,opt,name=subset,proto3,oneof" json:"subset,omitempty"`
Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
Patch *ScorePatch `protobuf:"bytes,4,opt,name=patch,proto3" json:"patch,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateScoresRequest) Descriptor
deprecated
func (*UpdateScoresRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateScoresRequest.ProtoReflect.Descriptor instead.
func (*UpdateScoresRequest) GetCollection ¶
func (x *UpdateScoresRequest) GetCollection() []string
func (*UpdateScoresRequest) GetId ¶
func (x *UpdateScoresRequest) GetId() string
func (*UpdateScoresRequest) GetPatch ¶
func (x *UpdateScoresRequest) GetPatch() *ScorePatch
func (*UpdateScoresRequest) GetSubset ¶
func (x *UpdateScoresRequest) GetSubset() string
func (*UpdateScoresRequest) ProtoMessage ¶
func (*UpdateScoresRequest) ProtoMessage()
func (*UpdateScoresRequest) ProtoReflect ¶
func (x *UpdateScoresRequest) ProtoReflect() protoreflect.Message
func (*UpdateScoresRequest) Reset ¶
func (x *UpdateScoresRequest) Reset()
func (*UpdateScoresRequest) String ¶
func (x *UpdateScoresRequest) String() string
type UpdateScoresResponse ¶
type UpdateScoresResponse struct {
// contains filtered or unexported fields
}
func (*UpdateScoresResponse) Descriptor
deprecated
func (*UpdateScoresResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateScoresResponse.ProtoReflect.Descriptor instead.
func (*UpdateScoresResponse) ProtoMessage ¶
func (*UpdateScoresResponse) ProtoMessage()
func (*UpdateScoresResponse) ProtoReflect ¶
func (x *UpdateScoresResponse) ProtoReflect() protoreflect.Message
func (*UpdateScoresResponse) Reset ¶
func (x *UpdateScoresResponse) Reset()
func (*UpdateScoresResponse) String ¶
func (x *UpdateScoresResponse) String() string
type UploadBlobRequest ¶
type UploadBlobRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*UploadBlobRequest) Descriptor
deprecated
func (*UploadBlobRequest) Descriptor() ([]byte, []int)
Deprecated: Use UploadBlobRequest.ProtoReflect.Descriptor instead.
func (*UploadBlobRequest) GetData ¶
func (x *UploadBlobRequest) GetData() []byte
func (*UploadBlobRequest) GetName ¶
func (x *UploadBlobRequest) GetName() string
func (*UploadBlobRequest) GetTimestamp ¶
func (x *UploadBlobRequest) GetTimestamp() *timestamppb.Timestamp
func (*UploadBlobRequest) ProtoMessage ¶
func (*UploadBlobRequest) ProtoMessage()
func (*UploadBlobRequest) ProtoReflect ¶
func (x *UploadBlobRequest) ProtoReflect() protoreflect.Message
func (*UploadBlobRequest) Reset ¶
func (x *UploadBlobRequest) Reset()
func (*UploadBlobRequest) String ¶
func (x *UploadBlobRequest) String() string
type UploadBlobResponse ¶
type UploadBlobResponse struct {
// contains filtered or unexported fields
}
func (*UploadBlobResponse) Descriptor
deprecated
func (*UploadBlobResponse) Descriptor() ([]byte, []int)
Deprecated: Use UploadBlobResponse.ProtoReflect.Descriptor instead.
func (*UploadBlobResponse) ProtoMessage ¶
func (*UploadBlobResponse) ProtoMessage()
func (*UploadBlobResponse) ProtoReflect ¶
func (x *UploadBlobResponse) ProtoReflect() protoreflect.Message
func (*UploadBlobResponse) Reset ¶
func (x *UploadBlobResponse) Reset()
func (*UploadBlobResponse) String ¶
func (x *UploadBlobResponse) String() string
type User ¶
type User struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
Labels []byte `protobuf:"bytes,2,opt,name=labels,proto3" json:"labels,omitempty"`
Comment string `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment,omitempty"`
Subscribe []string `protobuf:"bytes,4,rep,name=subscribe,proto3" json:"subscribe,omitempty"`
// contains filtered or unexported fields
}
func (*User) Descriptor
deprecated
func (*User) GetComment ¶
func (*User) GetSubscribe ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserPatch ¶
type UserPatch struct {
Labels []byte `protobuf:"bytes,1,opt,name=labels,proto3" json:"labels,omitempty"`
Comment *string `protobuf:"bytes,2,opt,name=comment,proto3,oneof" json:"comment,omitempty"`
Subscribe []string `protobuf:"bytes,3,rep,name=subscribe,proto3" json:"subscribe,omitempty"`
// contains filtered or unexported fields
}
func (*UserPatch) Descriptor
deprecated
func (*UserPatch) GetComment ¶
func (*UserPatch) GetSubscribe ¶
func (*UserPatch) ProtoMessage ¶
func (*UserPatch) ProtoMessage()
func (*UserPatch) ProtoReflect ¶
func (x *UserPatch) ProtoReflect() protoreflect.Message
type Value ¶
type Value struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*Value) Descriptor
deprecated
func (*Value) ProtoMessage ¶
func (*Value) ProtoMessage()
func (*Value) ProtoReflect ¶
func (x *Value) ProtoReflect() protoreflect.Message