Article 194
service import "github.com/goadesign/goa/codegen/service" Overview Index Overview Index Constants Variables func AuthFuncsFile(genpkg string, root *design.RootExpr) *codegen.File func...
View ArticleArticle 193
generator import "github.com/goadesign/goa/codegen/generator" Overview Index Overview Package generator contains the code generation algorithms for a service server, client and OpenAPI specification....
View ArticleArticle 192
codegen import "github.com/goadesign/goa/codegen" Overview Index Subdirectories Overview Index Constants func Add(a, b int) int func AddImport(section *SectionTemplate, imprt *ImportSpec) func...
View ArticleArticle 188
openapi import "github.com/goadesign/goa/http/codegen/openapi" Overview Index Overview Index Constants Variables func ExtensionsFromExpr(mdata design.MetadataExpr) map[string]interface{} func...
View ArticleArticle 187
codegen import "github.com/goadesign/goa/http/codegen" Overview Index Subdirectories Overview Index Variables func ClientCLIFiles(genpkg string, root *httpdesign.RootExpr) []*codegen.File func...
View ArticleArticle 186
http import "github.com/goadesign/goa/http" Overview Index Subdirectories Overview Index Constants func ErrDecodingError(svc, m string, err error) error func ErrEncodingError(svc, m string, err error)...
View ArticleArticle 181
securedservice import "github.com/goadesign/goa/examples/security/gen/secured_service" Overview Index Overview Index Constants Variables func NewAlsoDoublySecureEndpoint(s Service, authJWTFn...
View ArticleArticle 180
server import "github.com/goadesign/goa/examples/security/gen/http/secured_service/server" Overview Index Overview Index func AlsoDoublySecureSecuredServicePath() string func...
View ArticleArticle 179
client import "github.com/goadesign/goa/examples/security/gen/http/secured_service/client" Overview Index Overview Index func AlsoDoublySecureSecuredServicePath() string func...
View ArticleArticle 177
cli import "github.com/goadesign/goa/examples/security/gen/http/cli" Overview Index Overview Index func ParseEndpoint(scheme, host string, doer goahttp.Doer, enc func(*http.Request) goahttp.Encoder,...
View Article