MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Storage

Struct Storage

storage/swift/storage.go:12–15  ·  view source on GitHub ↗

Storage implements Openstack Swift storage.

Source from the content-addressed store, hash-verified

10
11// Storage implements Openstack Swift storage.
12type Storage struct {
13 config *Config
14 connection *swift.Connection
15}
16
17// New creates a new Swift storage with the provided configuration.
18func New(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected