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

Struct Storage

storage/abs/storage.go:14–17  ·  view source on GitHub ↗

Storage represents Azure Storage

Source from the content-addressed store, hash-verified

12
13// Storage represents Azure Storage
14type Storage struct {
15 config *Config
16 client *azblob.Client
17}
18
19// New creates a new Azure Storage instance
20func New(config *Config, trans *http.Transport) (*Storage, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected