Client is an autogenerated mock type for the Client type
| 12 | |
| 13 | // Client is an autogenerated mock type for the Client type |
| 14 | type Client struct { |
| 15 | mock.Mock |
| 16 | } |
| 17 | |
| 18 | // Mutate provides a mock function with given fields: _a0, _a1, _a2, _a3 |
| 19 | func (_m *Client) Mutate(_a0 context.Context, _a1 interface{}, _a2 githubv4.Input, _a3 map[string]interface{}) error { |
nothing calls this directly
no outgoing calls
no test coverage detected