Storage implements Openstack Swift storage.
| 10 | |
| 11 | // Storage implements Openstack Swift storage. |
| 12 | type Storage struct { |
| 13 | config *Config |
| 14 | connection *swift.Connection |
| 15 | } |
| 16 | |
| 17 | // New creates a new Swift storage with the provided configuration. |
| 18 | func New( |
nothing calls this directly
no outgoing calls
no test coverage detected