mirror of
https://github.com/rancher/norman.git
synced 2025-09-04 00:34:39 +00:00
Add InputFormatter that runs before the builder/validation
This commit is contained in:
@@ -111,6 +111,7 @@ type Schema struct {
|
||||
CreateHandler RequestHandler `json:"-"`
|
||||
DeleteHandler RequestHandler `json:"-"`
|
||||
UpdateHandler RequestHandler `json:"-"`
|
||||
InputFormatter InputFormatter `json:"-"`
|
||||
Formatter Formatter `json:"-"`
|
||||
CollectionFormatter CollectionFormatter `json:"-"`
|
||||
ErrorHandler ErrorHandler `json:"-"`
|
||||
|
Reference in New Issue
Block a user