MCPcopy
hub / github.com/uber/aresdb / ControllerClient

Struct ControllerClient

controller/client/mocks/ControllerClient.go:9–11  ·  view source on GitHub ↗

ControllerClient is an autogenerated mock type for the ControllerClient type

Source from the content-addressed store, hash-verified

7
8// ControllerClient is an autogenerated mock type for the ControllerClient type
9type ControllerClient struct {
10 mock.Mock
11}
12
13// ExtendEnumCases provides a mock function with given fields: tableName, columnName, enumCases
14func (_m *ControllerClient) ExtendEnumCases(tableName string, columnName string, enumCases []string) ([]int, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected