mirror of
https://github.com/Bornholm/formidable.git
synced 2025-08-02 10:41:34 +02:00
feat: url based multi-format loaders/decoders
This commit is contained in:
@ -7,8 +7,6 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
const FormatQueryParam = "format"
|
||||
|
||||
type DecoderHandler interface {
|
||||
URLMatcher
|
||||
Decode(url *url.URL, reader io.Reader) (interface{}, error)
|
||||
|
Reference in New Issue
Block a user