Article 113
calcsvc import "github.com/goadesign/goa/examples/calc/gen/calc" Overview Index Overview Index Constants Variables func NewAddEndpoint(s Service) goa.Endpoint type AddPayload type Client func...
View ArticleArticle 111
design import "github.com/goadesign/goa/examples/calc/design" Overview Index Overview Index Package files design.go Generated by godoc2md
View ArticleArticle 107
calc import "github.com/goadesign/goa/examples/calc" Overview Index Subdirectories Overview Index func NewCalc(logger *log.Logger) calcsvc.Service func NewOpenapi(logger *log.Logger) openapi.Service...
View ArticleArticle 105
eval import "github.com/goadesign/goa/eval" Overview Index Overview Package eval implements a DSL engine for executing arbitrary Go DSLs. DSLs executed via eval consist of package functions that build...
View ArticleArticle 104
dsl import "github.com/goadesign/goa/dsl" Overview Index Overview Index func API(name string, fn func()) *design.APIExpr func APIKey(scheme, name string, args …interface{}) func APIKeySecurity(name...
View ArticleArticle 102
external import "github.com/goadesign/goa/codegen/service/testdata/external" Overview Index Overview Index type ConvertModel Package files external.go type ConvertModel type ConvertModel struct { Foo...
View ArticleArticle 101
aliasd import "github.com/goadesign/goa/codegen/service/testdata/alias-external" Overview Index Overview Index type ConvertModel Package files alias.go type ConvertModel type ConvertModel struct { Bar...
View ArticleArticle 100
testdata import "github.com/goadesign/goa/codegen/service/testdata" Overview Index Overview Index Constants Variables type ArrayStringT type ObjectExtraT type ObjectFieldT type ObjectT type...
View ArticleArticle 99
security import "github.com/goadesign/goa/security" Overview Index Overview Index type APIKeyScheme type AuthAPIKeyFunc type AuthBasicFunc type AuthJWTFunc type AuthOAuth2Func type BasicScheme type...
View ArticleArticle 98
pkg import "github.com/goadesign/goa/pkg" Overview Index Overview Index Constants func Compatible(v string) (bool, error) func Version() string Package files version.go Constants const ( // Major...
View ArticleArticle 97
xray import "github.com/goadesign/goa/http/middleware/xray" Overview Index Overview Index Constants func New(service, daemon string) (func(http.Handler) http.Handler, error) func NewID() string func...
View ArticleArticle 96
middleware import "github.com/goadesign/goa/http/middleware" Overview Index Subdirectories Overview Index Constants func Debug(mux goahttp.Muxer, w io.Writer) func(http.Handler) http.Handler func Log(l...
View ArticleArticle 95
dsl import "github.com/goadesign/goa/http/dsl" Overview Index Overview Package dsl implements the goa DSL used to define HTTP APIs. The HTTP DSL adds a “HTTP” function to the DSL constructs that...
View Article