HandlerConfigs holds the configurations for imgproxy handlers
| 21 | |
| 22 | // HandlerConfigs holds the configurations for imgproxy handlers |
| 23 | type HandlerConfigs struct { |
| 24 | Processing processinghandler.Config |
| 25 | Stream streamhandler.Config |
| 26 | } |
| 27 | |
| 28 | // Config represents an instance configuration |
| 29 | type Config struct { |
nothing calls this directly
no outgoing calls
no test coverage detected