Versions in this module Expand all Collapse all v1 v1.1.2 Aug 14, 2026 v1.1.1 Jul 30, 2026 Changes in this version + var File_cache_service_proto protoreflect.FileDescriptor + type CacheMetadata struct + RepositoryId int64 + Scope []*CacheScope + func (*CacheMetadata) Descriptor() ([]byte, []int) + func (*CacheMetadata) ProtoMessage() + func (x *CacheMetadata) GetRepositoryId() int64 + func (x *CacheMetadata) GetScope() []*CacheScope + func (x *CacheMetadata) ProtoReflect() protoreflect.Message + func (x *CacheMetadata) Reset() + func (x *CacheMetadata) String() string + type CacheScope struct + Permission int64 + Scope string + func (*CacheScope) Descriptor() ([]byte, []int) + func (*CacheScope) ProtoMessage() + func (x *CacheScope) GetPermission() int64 + func (x *CacheScope) GetScope() string + func (x *CacheScope) ProtoReflect() protoreflect.Message + func (x *CacheScope) Reset() + func (x *CacheScope) String() string + type CreateCacheEntryRequest struct + Key string + Metadata *CacheMetadata + Version string + func (*CreateCacheEntryRequest) Descriptor() ([]byte, []int) + func (*CreateCacheEntryRequest) ProtoMessage() + func (x *CreateCacheEntryRequest) GetKey() string + func (x *CreateCacheEntryRequest) GetMetadata() *CacheMetadata + func (x *CreateCacheEntryRequest) GetVersion() string + func (x *CreateCacheEntryRequest) ProtoReflect() protoreflect.Message + func (x *CreateCacheEntryRequest) Reset() + func (x *CreateCacheEntryRequest) String() string + type CreateCacheEntryResponse struct + Message string + Ok bool + SignedUploadUrl string + func (*CreateCacheEntryResponse) Descriptor() ([]byte, []int) + func (*CreateCacheEntryResponse) ProtoMessage() + func (x *CreateCacheEntryResponse) GetMessage() string + func (x *CreateCacheEntryResponse) GetOk() bool + func (x *CreateCacheEntryResponse) GetSignedUploadUrl() string + func (x *CreateCacheEntryResponse) ProtoReflect() protoreflect.Message + func (x *CreateCacheEntryResponse) Reset() + func (x *CreateCacheEntryResponse) String() string + type FinalizeCacheEntryUploadRequest struct + Key string + Metadata *CacheMetadata + SizeBytes int64 + Version string + func (*FinalizeCacheEntryUploadRequest) Descriptor() ([]byte, []int) + func (*FinalizeCacheEntryUploadRequest) ProtoMessage() + func (x *FinalizeCacheEntryUploadRequest) GetKey() string + func (x *FinalizeCacheEntryUploadRequest) GetMetadata() *CacheMetadata + func (x *FinalizeCacheEntryUploadRequest) GetSizeBytes() int64 + func (x *FinalizeCacheEntryUploadRequest) GetVersion() string + func (x *FinalizeCacheEntryUploadRequest) ProtoReflect() protoreflect.Message + func (x *FinalizeCacheEntryUploadRequest) Reset() + func (x *FinalizeCacheEntryUploadRequest) String() string + type FinalizeCacheEntryUploadResponse struct + EntryId int64 + Message string + Ok bool + func (*FinalizeCacheEntryUploadResponse) Descriptor() ([]byte, []int) + func (*FinalizeCacheEntryUploadResponse) ProtoMessage() + func (x *FinalizeCacheEntryUploadResponse) GetEntryId() int64 + func (x *FinalizeCacheEntryUploadResponse) GetMessage() string + func (x *FinalizeCacheEntryUploadResponse) GetOk() bool + func (x *FinalizeCacheEntryUploadResponse) ProtoReflect() protoreflect.Message + func (x *FinalizeCacheEntryUploadResponse) Reset() + func (x *FinalizeCacheEntryUploadResponse) String() string + type GetCacheEntryDownloadURLRequest struct + Key string + Metadata *CacheMetadata + RestoreKeys []string + Version string + func (*GetCacheEntryDownloadURLRequest) Descriptor() ([]byte, []int) + func (*GetCacheEntryDownloadURLRequest) ProtoMessage() + func (x *GetCacheEntryDownloadURLRequest) GetKey() string + func (x *GetCacheEntryDownloadURLRequest) GetMetadata() *CacheMetadata + func (x *GetCacheEntryDownloadURLRequest) GetRestoreKeys() []string + func (x *GetCacheEntryDownloadURLRequest) GetVersion() string + func (x *GetCacheEntryDownloadURLRequest) ProtoReflect() protoreflect.Message + func (x *GetCacheEntryDownloadURLRequest) Reset() + func (x *GetCacheEntryDownloadURLRequest) String() string + type GetCacheEntryDownloadURLResponse struct + MatchedKey string + Ok bool + SignedDownloadUrl string + func (*GetCacheEntryDownloadURLResponse) Descriptor() ([]byte, []int) + func (*GetCacheEntryDownloadURLResponse) ProtoMessage() + func (x *GetCacheEntryDownloadURLResponse) GetMatchedKey() string + func (x *GetCacheEntryDownloadURLResponse) GetOk() bool + func (x *GetCacheEntryDownloadURLResponse) GetSignedDownloadUrl() string + func (x *GetCacheEntryDownloadURLResponse) ProtoReflect() protoreflect.Message + func (x *GetCacheEntryDownloadURLResponse) Reset() + func (x *GetCacheEntryDownloadURLResponse) String() string