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

Struct HandlerConfigs

config.go:23–26  ·  view source on GitHub ↗

HandlerConfigs holds the configurations for imgproxy handlers

Source from the content-addressed store, hash-verified

21
22// HandlerConfigs holds the configurations for imgproxy handlers
23type HandlerConfigs struct {
24 Processing processinghandler.Config
25 Stream streamhandler.Config
26}
27
28// Config represents an instance configuration
29type Config struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected