Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codegangsta/gin
/ MockBuilder
Struct
MockBuilder
lib/mocks_test.go:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
type
MockBuilder
struct
{
36
MockErrors string
37
}
38
39
func
NewMockBuilder() *MockBuilder {
40
return
&MockBuilder{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected