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