Quantcast
Channel: goa - Design First.
Browsing all 200 articles
Browse latest View live

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 Article


Article 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 Article


Article 92

Generated by godoc2md

View Article

Article 91

Generated by godoc2md

View Article

Article 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 Article


Article 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 Article

Article 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 Article

Article 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 Article


Article 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 Article


Article 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 Article

Article 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 Article

Article 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 Article

Article 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 Article


Article 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 Article

Article 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 Article


Article 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 Article

Article 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 Article


Article 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 Article

Article 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 Article

Article 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
Browsing all 200 articles
Browse latest View live