Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobMessageStore ¶
type BlobMessageStore struct {
BlobStore
}
func NewMemMessageStore ¶
func NewMemMessageStore() *BlobMessageStore
func (*BlobMessageStore) DeleteMessage ¶
func (s *BlobMessageStore) DeleteMessage(name string) (*CacheMeta, error)
func (*BlobMessageStore) GetMessage ¶
func (*BlobMessageStore) PutMessage ¶
type DecodeResourceError ¶
func (*DecodeResourceError) Error ¶
func (e *DecodeResourceError) Error() string
type DeleteResourceError ¶
func (*DeleteResourceError) Error ¶
func (e *DeleteResourceError) Error() string
type EncodeResourceError ¶
func (*EncodeResourceError) Error ¶
func (e *EncodeResourceError) Error() string
type GetResourceError ¶
func (*GetResourceError) Error ¶
func (e *GetResourceError) Error() string
type MemStore ¶
func NewMemBlobStore ¶
func NewMemBlobStore() *MemStore
type MessageStore ¶
type NoSuchResource ¶
type NoSuchResource string
func (NoSuchResource) Error ¶
func (e NoSuchResource) Error() string
type PutResourceError ¶
func (*PutResourceError) Error ¶
func (e *PutResourceError) Error() string
type ReadResourceError ¶
func (*ReadResourceError) Error ¶
func (e *ReadResourceError) Error() string
type UnsupportedLocation ¶
type UnsupportedLocation locationpb.Location
func (*UnsupportedLocation) Error ¶
func (e *UnsupportedLocation) Error() string
Click to show internal directories.
Click to hide internal directories.