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