Storage represents Google Cloud Storage implementation
| 14 | |
| 15 | // Storage represents Google Cloud Storage implementation |
| 16 | type Storage struct { |
| 17 | config *Config |
| 18 | client *gcs.Client |
| 19 | } |
| 20 | |
| 21 | // New creates a new Storage instance. |
| 22 | func New( |
nothing calls this directly
no outgoing calls
no test coverage detected