Article 74
version import "github.com/goadesign/goa/version" Overview Index Overview Index Constants func Compatible(v string) (bool, error) func String() string Package files version.go Constants const ( //...
View ArticleArticle 73
uuid import "github.com/goadesign/goa/uuid" Overview Index Overview Index type UUID func FromString(input string) (UUID, error) func NewV4() UUID func (u UUID) MarshalBinary() ([]byte, error) func (u...
View ArticleArticle 72
xray import "github.com/goadesign/goa/middleware/xray" Overview Index Overview Index func New(service, daemon string) (goa.Middleware, error) func NewID() string func NewTraceID() string func...
View ArticleArticle 71
jwt import "github.com/goadesign/goa/middleware/security/jwt" Overview Index Overview Index Variables func ContextJWT(ctx context.Context) *jwt.Token func New(validationKeys interface{}, validationFunc...
View ArticleArticle 70
basicauth import "github.com/goadesign/goa/middleware/security/basicauth" Overview Index Overview Index Variables func New(username, password string) goa.Middleware Package files basicauth.go Variables...
View ArticleArticle 68
gzip import "github.com/goadesign/goa/middleware/gzip" Overview Index Overview Index func Middleware(level int, o …Option) goa.Middleware type Option func AddContentTypes(types …string) Option func...
View ArticleArticle 67
middleware import "github.com/goadesign/goa/middleware" Overview Index Subdirectories Overview Index Constants Variables func ContextParentSpanID(ctx context.Context) string func ContextRequestID(ctx...
View ArticleArticle 66
goalogrus import "github.com/goadesign/goa/logging/logrus" Overview Index Overview Package goalogrus contains an adapter that makes it possible to configure goa so it uses logrus as logger backend....
View ArticleArticle 65
goalog15 import "github.com/goadesign/goa/logging/log15" Overview Index Overview Package goalog15 contains an adapter that makes it possible to configure goa so it uses log15 as logger backend. Usage:...
View ArticleArticle 64
goakit import "github.com/goadesign/goa/logging/kit" Overview Index Overview Package goakit contains an adapter that makes it possible to configure goa so it uses the go-kit log package as logger...
View ArticleArticle 63
logging import "github.com/goadesign/goa/logging" Overview Index Subdirectories Overview Package logging contains logger adapters that make it possible for goa to log messages to various logger...
View ArticleArticle 62
goatest import "github.com/goadesign/goa/goatest" Overview Index Overview Index func Service(logBuf *bytes.Buffer, respSetter ResponseSetterFunc) *goa.Service type ResponseSetterFunc func (r...
View ArticleArticle 61
utils import "github.com/goadesign/goa/goagen/utils" Overview Index Overview Index func Catch(signals []os.Signal, then func()) Package files signal.go signal_lin.go func Catch func Catch(signals...
View ArticleArticle 60
meta import "github.com/goadesign/goa/goagen/meta" Overview Index Overview Package meta is used to bootstrap the code generator. That is it contains code which generates Go code that gets compiled...
View ArticleArticle 59
genswagger import "github.com/goadesign/goa/goagen/gen_swagger" Overview Index Overview Package genswagger provides a generator for the JSON swagger controller. The swagger controller responds to GET...
View ArticleArticle 58
genschema import "github.com/goadesign/goa/goagen/gen_schema" Overview Index Overview Package genschema provides a generator for the JSON schema controller. The schema controller responds to GET...
View ArticleArticle 57
genmain import "github.com/goadesign/goa/goagen/gen_main" Overview Index Overview Package genmain provides a generator for a skeleton goa application. This generator generates the code for a basic...
View ArticleArticle 56
genjs import "github.com/goadesign/goa/goagen/gen_js" Overview Index Overview Package genjs provides a goa generator for a javascript client module. The module exposes functions for calling the API...
View ArticleArticle 55
gencontroller import "github.com/goadesign/goa/goagen/gen_controller" Overview Index Overview Package gencontroller generates the controller code for a given design resource. This generator is intended...
View Article