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

Struct Storage

storage/fs/storage.go:6–9  ·  view source on GitHub ↗

Storage represents fs file storage

Source from the content-addressed store, hash-verified

4
5// Storage represents fs file storage
6type Storage struct {
7 fs http.Dir
8 config *Config
9}
10
11// New creates a new Storage instance.
12func New(config *Config) (*Storage, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected