1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2026-04-28 19:44:40 +02:00
Files
2026-03-23 22:35:07 +06:00

8 lines
123 B
Go

package optionsparser
type URLOption = urlOption
func (p *Parser) Presets() map[string][]urlOption {
return p.presets
}