Documentation
¶
Index ¶
- type Interface
- func (_m *Interface) Action() string
- func (_m *Interface) CallAction(action string) (func(), error)
- func (_m *Interface) CheckBrowserCancellation() bool
- func (_m *Interface) Context() *context.Context
- func (_m *Interface) Error(status int, err error)
- func (_m *Interface) HasError() bool
- func (_m *Interface) Initialize(caller controller.Interface)
- func (_m *Interface) Name() string
- func (_m *Interface) Redirect(status int, url string)
- func (_m *Interface) RenderType() string
- func (_m *Interface) ServeHTTP(_a0 http.ResponseWriter, _a1 *http.Request)
- func (_m *Interface) Set(key string, value interface{})
- func (_m *Interface) SetContext(ctx *context.Context)
- func (_m *Interface) SetRenderType(_a0 string)
- func (_m *Interface) T(_a0 string, _a1 ...map[string]interface{}) string
- func (_m *Interface) TP(_a0 string, _a1 int, _a2 ...map[string]interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
Interface is an autogenerated mock type for the Interface type
func (*Interface) CallAction ¶
CallAction provides a mock function with given fields: action
func (*Interface) CheckBrowserCancellation ¶
CheckBrowserCancellation provides a mock function with given fields:
func (*Interface) Initialize ¶
func (_m *Interface) Initialize(caller controller.Interface)
Initialize provides a mock function with given fields: caller
func (*Interface) RenderType ¶
RenderType provides a mock function with given fields:
func (*Interface) ServeHTTP ¶
func (_m *Interface) ServeHTTP(_a0 http.ResponseWriter, _a1 *http.Request)
ServeHTTP provides a mock function with given fields: _a0, _a1
func (*Interface) SetContext ¶
SetContext provides a mock function with given fields: ctx
func (*Interface) SetRenderType ¶
SetRenderType provides a mock function with given fields: _a0
Click to show internal directories.
Click to hide internal directories.