MCPcopy Index your code
hub / github.com/codegangsta/gin / Builder

Interface Builder

lib/builder.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Builder interface {
12 Build() error
13 Binary() string
14 Errors() string
15}
16
17type builder struct {
18 dir string

Callers 6

buildFunction · 0.65
MainActionFunction · 0.95
buildFunction · 0.65
buildFunction · 0.65
defaultHandlerMethod · 0.65

Implementers 2

MockBuilderlib/mocks_test.go
builderlib/builder.go

Calls

no outgoing calls

Tested by

no test coverage detected