Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrefixBlobStore ¶
type PrefixBlobStore struct {
// contains filtered or unexported fields
}
func NewPrefixBlobStore ¶
func NewPrefixBlobStore(bs cloud.BlobStore, prefix string) *PrefixBlobStore
func (*PrefixBlobStore) Delete ¶
func (s *PrefixBlobStore) Delete(key string) error
func (*PrefixBlobStore) Get ¶
func (s *PrefixBlobStore) Get(key string) (cloud.GetReader, error)
func (*PrefixBlobStore) Put ¶
func (s *PrefixBlobStore) Put(key string) (cloud.PutWriter, error)
Click to show internal directories.
Click to hide internal directories.