MCPcopy 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
35type MockBuilder struct {
36 MockErrors string
37}
38
39func NewMockBuilder() *MockBuilder {
40 return &MockBuilder{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected