Files
fn-serverless/vendor/github.com/funcy/functions_go/route_wrapper.go
2017-06-30 11:22:56 -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"`
}