代码拉取完成,页面将自动刷新
// Code generated by counterfeiter. DO NOT EDIT.
package fakes
import (
"net/http"
"sync"
)
type HTTPHandler struct {
ServeHTTPStub func(http.ResponseWriter, *http.Request)
serveHTTPMutex sync.RWMutex
serveHTTPArgsForCall []struct {
arg1 http.ResponseWriter
arg2 *http.Request
}
invocations map[string][][]interface{}
invocationsMutex sync.RWMutex
}
func (fake *HTTPHandler) ServeHTTP(arg1 http.ResponseWriter, arg2 *http.Request) {
fake.serveHTTPMutex.Lock()
fake.serveHTTPArgsForCall = append(fake.serveHTTPArgsForCall, struct {
arg1 http.ResponseWriter
arg2 *http.Request
}{arg1, arg2})
fake.recordInvocation("ServeHTTP", []interface{}{arg1, arg2})
fake.serveHTTPMutex.Unlock()
if fake.ServeHTTPStub != nil {
fake.ServeHTTPStub(arg1, arg2)
}
}
func (fake *HTTPHandler) ServeHTTPCallCount() int {
fake.serveHTTPMutex.RLock()
defer fake.serveHTTPMutex.RUnlock()
return len(fake.serveHTTPArgsForCall)
}
func (fake *HTTPHandler) ServeHTTPCalls(stub func(http.ResponseWriter, *http.Request)) {
fake.serveHTTPMutex.Lock()
defer fake.serveHTTPMutex.Unlock()
fake.ServeHTTPStub = stub
}
func (fake *HTTPHandler) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request) {
fake.serveHTTPMutex.RLock()
defer fake.serveHTTPMutex.RUnlock()
argsForCall := fake.serveHTTPArgsForCall[i]
return argsForCall.arg1, argsForCall.arg2
}
func (fake *HTTPHandler) Invocations() map[string][][]interface{} {
fake.invocationsMutex.RLock()
defer fake.invocationsMutex.RUnlock()
fake.serveHTTPMutex.RLock()
defer fake.serveHTTPMutex.RUnlock()
copiedInvocations := map[string][][]interface{}{}
for key, value := range fake.invocations {
copiedInvocations[key] = value
}
return copiedInvocations
}
func (fake *HTTPHandler) recordInvocation(key string, args []interface{}) {
fake.invocationsMutex.Lock()
defer fake.invocationsMutex.Unlock()
if fake.invocations == nil {
fake.invocations = map[string][][]interface{}{}
}
if fake.invocations[key] == nil {
fake.invocations[key] = [][]interface{}{}
}
fake.invocations[key] = append(fake.invocations[key], args)
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。