Files
fn-serverless/fn/vendor/github.com/funcy/functions_go/route_wrapper.go
2017-06-11 02:10:50 -07:00

11 lines
175 B
Go

package functions
type RouteWrapper struct {
Message string `json:"message,omitempty"`
Error_ ErrorBody `json:"error,omitempty"`
Route Route `json:"route,omitempty"`
}