in httputil/mockclient.go [21:23]
func (client *MockHttpClient) Put(url string, headers map[string]string, payload []byte) (responseCode int, body []byte, err error) { return client.Putfunc(url, headers, payload) }