Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
type
Builder
interface
{
12
Build() error
13
Binary() string
14
Errors() string
15
}
16
17
type
builder
struct
{
18
dir string
Callers
6
Test_Builder_Build_Success
Function · 0.95
build
Function · 0.65
MainAction
Function · 0.95
build
Function · 0.65
build
Function · 0.65
defaultHandler
Method · 0.65
Implementers
2
MockBuilder
lib/mocks_test.go
builder
lib/builder.go
Calls
no outgoing calls
Tested by
no test coverage detected