mirror of
https://github.com/imgproxy/imgproxy.git
synced 2026-04-28 19:44:40 +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
|
|
}
|