Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Index ¶
- type MockContext
- func (m *MockContext) Attachment(arg0, arg1 string) error
- func (m *MockContext) Bind(arg0 interface{}) error
- func (m *MockContext) Blob(arg0 int, arg1 string, arg2 []byte) error
- func (m *MockContext) Cookie(arg0 string) (*http.Cookie, error)
- func (m *MockContext) Cookies() []*http.Cookie
- func (m *MockContext) EXPECT() *MockContextMockRecorder
- func (m *MockContext) Echo() *v4.Echo
- func (m *MockContext) Error(arg0 error)
- func (m *MockContext) File(arg0 string) error
- func (m *MockContext) FormFile(arg0 string) (*multipart.FileHeader, error)
- func (m *MockContext) FormParams() (url.Values, error)
- func (m *MockContext) FormValue(arg0 string) string
- func (m *MockContext) Get(arg0 string) interface{}
- func (m *MockContext) HTML(arg0 int, arg1 string) error
- func (m *MockContext) HTMLBlob(arg0 int, arg1 []byte) error
- func (m *MockContext) Handler() v4.HandlerFunc
- func (m *MockContext) Inline(arg0, arg1 string) error
- func (m *MockContext) IsTLS() bool
- func (m *MockContext) IsWebSocket() bool
- func (m *MockContext) JSON(arg0 int, arg1 interface{}) error
- func (m *MockContext) JSONBlob(arg0 int, arg1 []byte) error
- func (m *MockContext) JSONP(arg0 int, arg1 string, arg2 interface{}) error
- func (m *MockContext) JSONPBlob(arg0 int, arg1 string, arg2 []byte) error
- func (m *MockContext) JSONPretty(arg0 int, arg1 interface{}, arg2 string) error
- func (m *MockContext) Logger() v4.Logger
- func (m *MockContext) MultipartForm() (*multipart.Form, error)
- func (m *MockContext) NoContent(arg0 int) error
- func (m *MockContext) Param(arg0 string) string
- func (m *MockContext) ParamNames() []string
- func (m *MockContext) ParamValues() []string
- func (m *MockContext) Path() string
- func (m *MockContext) QueryParam(arg0 string) string
- func (m *MockContext) QueryParams() url.Values
- func (m *MockContext) QueryString() string
- func (m *MockContext) RealIP() string
- func (m *MockContext) Redirect(arg0 int, arg1 string) error
- func (m *MockContext) Render(arg0 int, arg1 string, arg2 interface{}) error
- func (m *MockContext) Request() *http.Request
- func (m *MockContext) Reset(arg0 *http.Request, arg1 http.ResponseWriter)
- func (m *MockContext) Response() *v4.Response
- func (m *MockContext) Scheme() string
- func (m *MockContext) Set(arg0 string, arg1 interface{})
- func (m *MockContext) SetCookie(arg0 *http.Cookie)
- func (m *MockContext) SetHandler(arg0 v4.HandlerFunc)
- func (m *MockContext) SetLogger(arg0 v4.Logger)
- func (m *MockContext) SetParamNames(arg0 ...string)
- func (m *MockContext) SetParamValues(arg0 ...string)
- func (m *MockContext) SetPath(arg0 string)
- func (m *MockContext) SetRequest(arg0 *http.Request)
- func (m *MockContext) SetResponse(arg0 *v4.Response)
- func (m *MockContext) Stream(arg0 int, arg1 string, arg2 io.Reader) error
- func (m *MockContext) String(arg0 int, arg1 string) error
- func (m *MockContext) Validate(arg0 interface{}) error
- func (m *MockContext) XML(arg0 int, arg1 interface{}) error
- func (m *MockContext) XMLBlob(arg0 int, arg1 []byte) error
- func (m *MockContext) XMLPretty(arg0 int, arg1 interface{}, arg2 string) error
- type MockContextMockRecorder
- func (mr *MockContextMockRecorder) Attachment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Bind(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Blob(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Cookie(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Cookies() *gomock.Call
- func (mr *MockContextMockRecorder) Echo() *gomock.Call
- func (mr *MockContextMockRecorder) Error(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) File(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) FormFile(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) FormParams() *gomock.Call
- func (mr *MockContextMockRecorder) FormValue(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) HTML(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) HTMLBlob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Handler() *gomock.Call
- func (mr *MockContextMockRecorder) Inline(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) IsTLS() *gomock.Call
- func (mr *MockContextMockRecorder) IsWebSocket() *gomock.Call
- func (mr *MockContextMockRecorder) JSON(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) JSONBlob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) JSONP(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) JSONPBlob(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) JSONPretty(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Logger() *gomock.Call
- func (mr *MockContextMockRecorder) MultipartForm() *gomock.Call
- func (mr *MockContextMockRecorder) NoContent(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Param(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) ParamNames() *gomock.Call
- func (mr *MockContextMockRecorder) ParamValues() *gomock.Call
- func (mr *MockContextMockRecorder) Path() *gomock.Call
- func (mr *MockContextMockRecorder) QueryParam(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) QueryParams() *gomock.Call
- func (mr *MockContextMockRecorder) QueryString() *gomock.Call
- func (mr *MockContextMockRecorder) RealIP() *gomock.Call
- func (mr *MockContextMockRecorder) Redirect(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Render(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Request() *gomock.Call
- func (mr *MockContextMockRecorder) Reset(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Response() *gomock.Call
- func (mr *MockContextMockRecorder) Scheme() *gomock.Call
- func (mr *MockContextMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) SetCookie(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) SetHandler(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) SetLogger(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) SetParamNames(arg0 ...interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) SetParamValues(arg0 ...interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) SetPath(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) SetRequest(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) SetResponse(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Stream(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) String(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) Validate(arg0 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) XML(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) XMLBlob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContextMockRecorder) XMLPretty(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockEchoRouter
- func (m *MockEchoRouter) CONNECT(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
- func (m *MockEchoRouter) DELETE(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
- func (m *MockEchoRouter) EXPECT() *MockEchoRouterMockRecorder
- func (m *MockEchoRouter) GET(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
- func (m *MockEchoRouter) HEAD(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
- func (m *MockEchoRouter) OPTIONS(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
- func (m *MockEchoRouter) PATCH(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
- func (m *MockEchoRouter) POST(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
- func (m *MockEchoRouter) PUT(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
- func (m *MockEchoRouter) TRACE(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
- type MockEchoRouterMockRecorder
- func (mr *MockEchoRouterMockRecorder) CONNECT(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEchoRouterMockRecorder) DELETE(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEchoRouterMockRecorder) GET(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEchoRouterMockRecorder) HEAD(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEchoRouterMockRecorder) OPTIONS(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEchoRouterMockRecorder) PATCH(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEchoRouterMockRecorder) POST(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEchoRouterMockRecorder) PUT(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEchoRouterMockRecorder) TRACE(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockContext ¶
type MockContext struct {
// contains filtered or unexported fields
}
MockContext is a mock of Context interface
func NewMockContext ¶
func NewMockContext(ctrl *gomock.Controller) *MockContext
NewMockContext creates a new mock instance
func (*MockContext) Attachment ¶
func (m *MockContext) Attachment(arg0, arg1 string) error
Attachment mocks base method
func (*MockContext) Bind ¶
func (m *MockContext) Bind(arg0 interface{}) error
Bind mocks base method
func (*MockContext) Blob ¶
func (m *MockContext) Blob(arg0 int, arg1 string, arg2 []byte) error
Blob mocks base method
func (*MockContext) Cookie ¶
func (m *MockContext) Cookie(arg0 string) (*http.Cookie, error)
Cookie mocks base method
func (*MockContext) Cookies ¶
func (m *MockContext) Cookies() []*http.Cookie
Cookies mocks base method
func (*MockContext) EXPECT ¶
func (m *MockContext) EXPECT() *MockContextMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockContext) FormFile ¶
func (m *MockContext) FormFile(arg0 string) (*multipart.FileHeader, error)
FormFile mocks base method
func (*MockContext) FormParams ¶
func (m *MockContext) FormParams() (url.Values, error)
FormParams mocks base method
func (*MockContext) FormValue ¶
func (m *MockContext) FormValue(arg0 string) string
FormValue mocks base method
func (*MockContext) HTML ¶
func (m *MockContext) HTML(arg0 int, arg1 string) error
HTML mocks base method
func (*MockContext) HTMLBlob ¶
func (m *MockContext) HTMLBlob(arg0 int, arg1 []byte) error
HTMLBlob mocks base method
func (*MockContext) Handler ¶
func (m *MockContext) Handler() v4.HandlerFunc
Handler mocks base method
func (*MockContext) Inline ¶
func (m *MockContext) Inline(arg0, arg1 string) error
Inline mocks base method
func (*MockContext) IsWebSocket ¶
func (m *MockContext) IsWebSocket() bool
IsWebSocket mocks base method
func (*MockContext) JSON ¶
func (m *MockContext) JSON(arg0 int, arg1 interface{}) error
JSON mocks base method
func (*MockContext) JSONBlob ¶
func (m *MockContext) JSONBlob(arg0 int, arg1 []byte) error
JSONBlob mocks base method
func (*MockContext) JSONP ¶
func (m *MockContext) JSONP(arg0 int, arg1 string, arg2 interface{}) error
JSONP mocks base method
func (*MockContext) JSONPBlob ¶
func (m *MockContext) JSONPBlob(arg0 int, arg1 string, arg2 []byte) error
JSONPBlob mocks base method
func (*MockContext) JSONPretty ¶
func (m *MockContext) JSONPretty(arg0 int, arg1 interface{}, arg2 string) error
JSONPretty mocks base method
func (*MockContext) MultipartForm ¶
func (m *MockContext) MultipartForm() (*multipart.Form, error)
MultipartForm mocks base method
func (*MockContext) NoContent ¶
func (m *MockContext) NoContent(arg0 int) error
NoContent mocks base method
func (*MockContext) ParamNames ¶
func (m *MockContext) ParamNames() []string
ParamNames mocks base method
func (*MockContext) ParamValues ¶
func (m *MockContext) ParamValues() []string
ParamValues mocks base method
func (*MockContext) QueryParam ¶
func (m *MockContext) QueryParam(arg0 string) string
QueryParam mocks base method
func (*MockContext) QueryParams ¶
func (m *MockContext) QueryParams() url.Values
QueryParams mocks base method
func (*MockContext) QueryString ¶
func (m *MockContext) QueryString() string
QueryString mocks base method
func (*MockContext) Redirect ¶
func (m *MockContext) Redirect(arg0 int, arg1 string) error
Redirect mocks base method
func (*MockContext) Render ¶
func (m *MockContext) Render(arg0 int, arg1 string, arg2 interface{}) error
Render mocks base method
func (*MockContext) Request ¶
func (m *MockContext) Request() *http.Request
Request mocks base method
func (*MockContext) Reset ¶
func (m *MockContext) Reset(arg0 *http.Request, arg1 http.ResponseWriter)
Reset mocks base method
func (*MockContext) Response ¶
func (m *MockContext) Response() *v4.Response
Response mocks base method
func (*MockContext) Set ¶
func (m *MockContext) Set(arg0 string, arg1 interface{})
Set mocks base method
func (*MockContext) SetCookie ¶
func (m *MockContext) SetCookie(arg0 *http.Cookie)
SetCookie mocks base method
func (*MockContext) SetHandler ¶
func (m *MockContext) SetHandler(arg0 v4.HandlerFunc)
SetHandler mocks base method
func (*MockContext) SetLogger ¶
func (m *MockContext) SetLogger(arg0 v4.Logger)
SetLogger mocks base method
func (*MockContext) SetParamNames ¶
func (m *MockContext) SetParamNames(arg0 ...string)
SetParamNames mocks base method
func (*MockContext) SetParamValues ¶
func (m *MockContext) SetParamValues(arg0 ...string)
SetParamValues mocks base method
func (*MockContext) SetRequest ¶
func (m *MockContext) SetRequest(arg0 *http.Request)
SetRequest mocks base method
func (*MockContext) SetResponse ¶
func (m *MockContext) SetResponse(arg0 *v4.Response)
SetResponse mocks base method
func (*MockContext) String ¶
func (m *MockContext) String(arg0 int, arg1 string) error
String mocks base method
func (*MockContext) Validate ¶
func (m *MockContext) Validate(arg0 interface{}) error
Validate mocks base method
func (*MockContext) XML ¶
func (m *MockContext) XML(arg0 int, arg1 interface{}) error
XML mocks base method
type MockContextMockRecorder ¶
type MockContextMockRecorder struct {
// contains filtered or unexported fields
}
MockContextMockRecorder is the mock recorder for MockContext
func (*MockContextMockRecorder) Attachment ¶
func (mr *MockContextMockRecorder) Attachment(arg0, arg1 interface{}) *gomock.Call
Attachment indicates an expected call of Attachment
func (*MockContextMockRecorder) Bind ¶
func (mr *MockContextMockRecorder) Bind(arg0 interface{}) *gomock.Call
Bind indicates an expected call of Bind
func (*MockContextMockRecorder) Blob ¶
func (mr *MockContextMockRecorder) Blob(arg0, arg1, arg2 interface{}) *gomock.Call
Blob indicates an expected call of Blob
func (*MockContextMockRecorder) Cookie ¶
func (mr *MockContextMockRecorder) Cookie(arg0 interface{}) *gomock.Call
Cookie indicates an expected call of Cookie
func (*MockContextMockRecorder) Cookies ¶
func (mr *MockContextMockRecorder) Cookies() *gomock.Call
Cookies indicates an expected call of Cookies
func (*MockContextMockRecorder) Echo ¶
func (mr *MockContextMockRecorder) Echo() *gomock.Call
Echo indicates an expected call of Echo
func (*MockContextMockRecorder) Error ¶
func (mr *MockContextMockRecorder) Error(arg0 interface{}) *gomock.Call
Error indicates an expected call of Error
func (*MockContextMockRecorder) File ¶
func (mr *MockContextMockRecorder) File(arg0 interface{}) *gomock.Call
File indicates an expected call of File
func (*MockContextMockRecorder) FormFile ¶
func (mr *MockContextMockRecorder) FormFile(arg0 interface{}) *gomock.Call
FormFile indicates an expected call of FormFile
func (*MockContextMockRecorder) FormParams ¶
func (mr *MockContextMockRecorder) FormParams() *gomock.Call
FormParams indicates an expected call of FormParams
func (*MockContextMockRecorder) FormValue ¶
func (mr *MockContextMockRecorder) FormValue(arg0 interface{}) *gomock.Call
FormValue indicates an expected call of FormValue
func (*MockContextMockRecorder) Get ¶
func (mr *MockContextMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockContextMockRecorder) HTML ¶
func (mr *MockContextMockRecorder) HTML(arg0, arg1 interface{}) *gomock.Call
HTML indicates an expected call of HTML
func (*MockContextMockRecorder) HTMLBlob ¶
func (mr *MockContextMockRecorder) HTMLBlob(arg0, arg1 interface{}) *gomock.Call
HTMLBlob indicates an expected call of HTMLBlob
func (*MockContextMockRecorder) Handler ¶
func (mr *MockContextMockRecorder) Handler() *gomock.Call
Handler indicates an expected call of Handler
func (*MockContextMockRecorder) Inline ¶
func (mr *MockContextMockRecorder) Inline(arg0, arg1 interface{}) *gomock.Call
Inline indicates an expected call of Inline
func (*MockContextMockRecorder) IsTLS ¶
func (mr *MockContextMockRecorder) IsTLS() *gomock.Call
IsTLS indicates an expected call of IsTLS
func (*MockContextMockRecorder) IsWebSocket ¶
func (mr *MockContextMockRecorder) IsWebSocket() *gomock.Call
IsWebSocket indicates an expected call of IsWebSocket
func (*MockContextMockRecorder) JSON ¶
func (mr *MockContextMockRecorder) JSON(arg0, arg1 interface{}) *gomock.Call
JSON indicates an expected call of JSON
func (*MockContextMockRecorder) JSONBlob ¶
func (mr *MockContextMockRecorder) JSONBlob(arg0, arg1 interface{}) *gomock.Call
JSONBlob indicates an expected call of JSONBlob
func (*MockContextMockRecorder) JSONP ¶
func (mr *MockContextMockRecorder) JSONP(arg0, arg1, arg2 interface{}) *gomock.Call
JSONP indicates an expected call of JSONP
func (*MockContextMockRecorder) JSONPBlob ¶
func (mr *MockContextMockRecorder) JSONPBlob(arg0, arg1, arg2 interface{}) *gomock.Call
JSONPBlob indicates an expected call of JSONPBlob
func (*MockContextMockRecorder) JSONPretty ¶
func (mr *MockContextMockRecorder) JSONPretty(arg0, arg1, arg2 interface{}) *gomock.Call
JSONPretty indicates an expected call of JSONPretty
func (*MockContextMockRecorder) Logger ¶
func (mr *MockContextMockRecorder) Logger() *gomock.Call
Logger indicates an expected call of Logger
func (*MockContextMockRecorder) MultipartForm ¶
func (mr *MockContextMockRecorder) MultipartForm() *gomock.Call
MultipartForm indicates an expected call of MultipartForm
func (*MockContextMockRecorder) NoContent ¶
func (mr *MockContextMockRecorder) NoContent(arg0 interface{}) *gomock.Call
NoContent indicates an expected call of NoContent
func (*MockContextMockRecorder) Param ¶
func (mr *MockContextMockRecorder) Param(arg0 interface{}) *gomock.Call
Param indicates an expected call of Param
func (*MockContextMockRecorder) ParamNames ¶
func (mr *MockContextMockRecorder) ParamNames() *gomock.Call
ParamNames indicates an expected call of ParamNames
func (*MockContextMockRecorder) ParamValues ¶
func (mr *MockContextMockRecorder) ParamValues() *gomock.Call
ParamValues indicates an expected call of ParamValues
func (*MockContextMockRecorder) Path ¶
func (mr *MockContextMockRecorder) Path() *gomock.Call
Path indicates an expected call of Path
func (*MockContextMockRecorder) QueryParam ¶
func (mr *MockContextMockRecorder) QueryParam(arg0 interface{}) *gomock.Call
QueryParam indicates an expected call of QueryParam
func (*MockContextMockRecorder) QueryParams ¶
func (mr *MockContextMockRecorder) QueryParams() *gomock.Call
QueryParams indicates an expected call of QueryParams
func (*MockContextMockRecorder) QueryString ¶
func (mr *MockContextMockRecorder) QueryString() *gomock.Call
QueryString indicates an expected call of QueryString
func (*MockContextMockRecorder) RealIP ¶
func (mr *MockContextMockRecorder) RealIP() *gomock.Call
RealIP indicates an expected call of RealIP
func (*MockContextMockRecorder) Redirect ¶
func (mr *MockContextMockRecorder) Redirect(arg0, arg1 interface{}) *gomock.Call
Redirect indicates an expected call of Redirect
func (*MockContextMockRecorder) Render ¶
func (mr *MockContextMockRecorder) Render(arg0, arg1, arg2 interface{}) *gomock.Call
Render indicates an expected call of Render
func (*MockContextMockRecorder) Request ¶
func (mr *MockContextMockRecorder) Request() *gomock.Call
Request indicates an expected call of Request
func (*MockContextMockRecorder) Reset ¶
func (mr *MockContextMockRecorder) Reset(arg0, arg1 interface{}) *gomock.Call
Reset indicates an expected call of Reset
func (*MockContextMockRecorder) Response ¶
func (mr *MockContextMockRecorder) Response() *gomock.Call
Response indicates an expected call of Response
func (*MockContextMockRecorder) Scheme ¶
func (mr *MockContextMockRecorder) Scheme() *gomock.Call
Scheme indicates an expected call of Scheme
func (*MockContextMockRecorder) Set ¶
func (mr *MockContextMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call
Set indicates an expected call of Set
func (*MockContextMockRecorder) SetCookie ¶
func (mr *MockContextMockRecorder) SetCookie(arg0 interface{}) *gomock.Call
SetCookie indicates an expected call of SetCookie
func (*MockContextMockRecorder) SetHandler ¶
func (mr *MockContextMockRecorder) SetHandler(arg0 interface{}) *gomock.Call
SetHandler indicates an expected call of SetHandler
func (*MockContextMockRecorder) SetLogger ¶
func (mr *MockContextMockRecorder) SetLogger(arg0 interface{}) *gomock.Call
SetLogger indicates an expected call of SetLogger
func (*MockContextMockRecorder) SetParamNames ¶
func (mr *MockContextMockRecorder) SetParamNames(arg0 ...interface{}) *gomock.Call
SetParamNames indicates an expected call of SetParamNames
func (*MockContextMockRecorder) SetParamValues ¶
func (mr *MockContextMockRecorder) SetParamValues(arg0 ...interface{}) *gomock.Call
SetParamValues indicates an expected call of SetParamValues
func (*MockContextMockRecorder) SetPath ¶
func (mr *MockContextMockRecorder) SetPath(arg0 interface{}) *gomock.Call
SetPath indicates an expected call of SetPath
func (*MockContextMockRecorder) SetRequest ¶
func (mr *MockContextMockRecorder) SetRequest(arg0 interface{}) *gomock.Call
SetRequest indicates an expected call of SetRequest
func (*MockContextMockRecorder) SetResponse ¶
func (mr *MockContextMockRecorder) SetResponse(arg0 interface{}) *gomock.Call
SetResponse indicates an expected call of SetResponse
func (*MockContextMockRecorder) Stream ¶
func (mr *MockContextMockRecorder) Stream(arg0, arg1, arg2 interface{}) *gomock.Call
Stream indicates an expected call of Stream
func (*MockContextMockRecorder) String ¶
func (mr *MockContextMockRecorder) String(arg0, arg1 interface{}) *gomock.Call
String indicates an expected call of String
func (*MockContextMockRecorder) Validate ¶
func (mr *MockContextMockRecorder) Validate(arg0 interface{}) *gomock.Call
Validate indicates an expected call of Validate
func (*MockContextMockRecorder) XML ¶
func (mr *MockContextMockRecorder) XML(arg0, arg1 interface{}) *gomock.Call
XML indicates an expected call of XML
func (*MockContextMockRecorder) XMLBlob ¶
func (mr *MockContextMockRecorder) XMLBlob(arg0, arg1 interface{}) *gomock.Call
XMLBlob indicates an expected call of XMLBlob
func (*MockContextMockRecorder) XMLPretty ¶
func (mr *MockContextMockRecorder) XMLPretty(arg0, arg1, arg2 interface{}) *gomock.Call
XMLPretty indicates an expected call of XMLPretty
type MockEchoRouter ¶
type MockEchoRouter struct {
// contains filtered or unexported fields
}
MockEchoRouter is a mock of EchoRouter interface
func NewMockEchoRouter ¶
func NewMockEchoRouter(ctrl *gomock.Controller) *MockEchoRouter
NewMockEchoRouter creates a new mock instance
func (*MockEchoRouter) CONNECT ¶
func (m *MockEchoRouter) CONNECT(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
CONNECT mocks base method
func (*MockEchoRouter) DELETE ¶
func (m *MockEchoRouter) DELETE(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
DELETE mocks base method
func (*MockEchoRouter) EXPECT ¶
func (m *MockEchoRouter) EXPECT() *MockEchoRouterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockEchoRouter) GET ¶
func (m *MockEchoRouter) GET(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
GET mocks base method
func (*MockEchoRouter) HEAD ¶
func (m *MockEchoRouter) HEAD(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
HEAD mocks base method
func (*MockEchoRouter) OPTIONS ¶
func (m *MockEchoRouter) OPTIONS(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
OPTIONS mocks base method
func (*MockEchoRouter) PATCH ¶
func (m *MockEchoRouter) PATCH(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
PATCH mocks base method
func (*MockEchoRouter) POST ¶
func (m *MockEchoRouter) POST(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
POST mocks base method
func (*MockEchoRouter) PUT ¶
func (m *MockEchoRouter) PUT(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
PUT mocks base method
func (*MockEchoRouter) TRACE ¶
func (m *MockEchoRouter) TRACE(arg0 string, arg1 v4.HandlerFunc, arg2 ...v4.MiddlewareFunc) *v4.Route
TRACE mocks base method
type MockEchoRouterMockRecorder ¶
type MockEchoRouterMockRecorder struct {
// contains filtered or unexported fields
}
MockEchoRouterMockRecorder is the mock recorder for MockEchoRouter
func (*MockEchoRouterMockRecorder) CONNECT ¶
func (mr *MockEchoRouterMockRecorder) CONNECT(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CONNECT indicates an expected call of CONNECT
func (*MockEchoRouterMockRecorder) DELETE ¶
func (mr *MockEchoRouterMockRecorder) DELETE(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DELETE indicates an expected call of DELETE
func (*MockEchoRouterMockRecorder) GET ¶
func (mr *MockEchoRouterMockRecorder) GET(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GET indicates an expected call of GET
func (*MockEchoRouterMockRecorder) HEAD ¶
func (mr *MockEchoRouterMockRecorder) HEAD(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
HEAD indicates an expected call of HEAD
func (*MockEchoRouterMockRecorder) OPTIONS ¶
func (mr *MockEchoRouterMockRecorder) OPTIONS(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
OPTIONS indicates an expected call of OPTIONS
func (*MockEchoRouterMockRecorder) PATCH ¶
func (mr *MockEchoRouterMockRecorder) PATCH(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PATCH indicates an expected call of PATCH
func (*MockEchoRouterMockRecorder) POST ¶
func (mr *MockEchoRouterMockRecorder) POST(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
POST indicates an expected call of POST
func (*MockEchoRouterMockRecorder) PUT ¶
func (mr *MockEchoRouterMockRecorder) PUT(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PUT indicates an expected call of PUT
func (*MockEchoRouterMockRecorder) TRACE ¶
func (mr *MockEchoRouterMockRecorder) TRACE(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TRACE indicates an expected call of TRACE