Files
fn-serverless/vendor/github.com/funcy/functions_go/app_wrapper.go
2017-06-30 11:22:56 -07:00

9 lines
123 B
Go

package functions
type AppWrapper struct {
App App `json:"app,omitempty"`
Error_ ErrorBody `json:"error,omitempty"`
}