Files
fn-serverless/cli/vendor/github.com/funcy/functions_go/route_wrapper.go
Travis Reeder 48e3781d5e Rename to GitHub (#3)
* circle

* Rename to github and fn->cli

*  Rename to github and fn->cli
2017-07-26 10:50:19 -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"`
}