Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GCSBackend ¶
type GCSBackend struct {
// contains filtered or unexported fields
}
GCSBackend is a physical backend that stores data within an Google Cloud Storage bucket.
func (*GCSBackend) Delete ¶
func (g *GCSBackend) Delete(key string) error
Delete is used to permanently delete an entry
func (*GCSBackend) Get ¶
func (g *GCSBackend) Get(key string) (*physical.Entry, error)
Get is used to fetch an entry
Click to show internal directories.
Click to hide internal directories.