You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced 2026-04-30 20:35:57 +02:00
8 lines
123 B
Go
8 lines
123 B
Go
package optionsparser
|
|
|
|
type URLOption = urlOption
|
|
|
|
func (p *Parser) Presets() map[string][]urlOption {
|
|
return p.presets
|
|
}
|