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

Struct Storage

storage/gcs/storage.go:16–19  ·  view source on GitHub ↗

Storage represents Google Cloud Storage implementation

Source from the content-addressed store, hash-verified

14
15// Storage represents Google Cloud Storage implementation
16type Storage struct {
17 config *Config
18 client *gcs.Client
19}
20
21// New creates a new Storage instance.
22func New(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected