1
0
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:
Darren Shepherd
2018-07-13 12:56:01 -07:00
parent 16ed673d50
commit f33accee7c
3 changed files with 9 additions and 0 deletions

View File

@@ -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:"-"`