Article 94
testdata import "github.com/goadesign/goa/http/design/testdata" Overview Index Overview Index Variables Package files endpoint_dsls.go response_dsls.go Variables var ArrayResultResponseWithHeadersDSL =...
View ArticleArticle 93
design import "github.com/goadesign/goa/http/design" Overview Index Overview Index Constants Variables func ErrorResponseBody(a *EndpointExpr, v *ErrorExpr) *design.AttributeExpr func...
View ArticleArticle 90
testdata import "github.com/goadesign/goa/http/codegen/testdata" Overview Index Overview Index Variables Package files error_encoder_code.go error_response_dsls.go handler_init_functions.go...
View ArticleArticle 89
json import "github.com/goadesign/goa/encoding/json" Overview Index Overview Index Variables func NewDecoder(r io.Reader) goa.Decoder func NewEncoder(w io.Writer) goa.Encoder Package files encoding.go...
View ArticleArticle 88
gogoprotobuf import "github.com/goadesign/goa/encoding/gogoprotobuf" Overview Index Overview Index func NewDecoder(r io.Reader) goa.Decoder func NewEncoder(w io.Writer) goa.Encoder type ProtoDecoder...
View ArticleArticle 87
form import "github.com/goadesign/goa/encoding/form" Overview Index Overview Package form provides a “application/x-www-form-encoding” encoder and decoder. It uses github.com/ajg/form for the actual...
View ArticleArticle 86
cbor import "github.com/goadesign/goa/encoding/cbor" Overview Index Overview Index Variables func NewDecoder(r io.Reader) goa.Decoder func NewEncoder(w io.Writer) goa.Encoder Package files encoding.go...
View ArticleArticle 85
binc import "github.com/goadesign/goa/encoding/binc" Overview Index Overview Index Variables func NewDecoder(r io.Reader) goa.Decoder func NewEncoder(w io.Writer) goa.Encoder Package files encoding.go...
View ArticleArticle 84
encoding import "github.com/goadesign/goa/encoding" Overview Index Subdirectories Overview Package encoding provide goa adapters to many different encoders. Use the Consumes and Produces DSL in your...
View ArticleArticle 83
dslengine import "github.com/goadesign/goa/dslengine" Overview Index Overview Index func Execute(dsl func(), def Definition) bool func FailOnError(err error) func IncompatibleDSL() func...
View ArticleArticle 82
test import "github.com/goadesign/goa/design/apidsl/test" Overview Index Overview Package test contains a self-contained DSL test. This test must be in its own package to emulate the proper order of...
View ArticleArticle 81
apidsl import "github.com/goadesign/goa/design/apidsl" Overview Index Subdirectories Overview Package apidsl implements the goa design language. The goa design language provides a simple way to...
View ArticleArticle 80
design import "github.com/goadesign/goa/design" Overview Index Subdirectories Overview Package design defines types which describe the data types used by action controllers. These are the data...
View ArticleArticle 79
cors import "github.com/goadesign/goa/cors" Overview Index Overview Package cors provides the means for implementing the server side of CORS, see...
View ArticleArticle 78
client import "github.com/goadesign/goa/client" Overview Index Overview Index func ContextRequestID(ctx context.Context) string func ContextWithRequestID(ctx context.Context) (context.Context, string)...
View ArticleArticle 77
goa import "github.com/goadesign/goa" Overview Index Subdirectories Overview Package goa provides the runtime support for goa microservices. Code Generation goa service development begins with writing...
View ArticleArticle 76
dsl import "github.com/goadesign/gorma/dsl" Overview Index Overview Package dsl uses the Goa DSL engine to generate a data storage layer for your Goa API. Using a few DSL definitions you can extend the...
View ArticleArticle 75
gorma import "github.com/goadesign/gorma" Overview Index Subdirectories Overview Package gorma is a plugin generator for Goa (http://goa.design). See the documentation in the dsl package for details on...
View Article