Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager is an autogenerated mock type for the Manager type
func NewManager ¶
NewManager creates a new instance of Manager. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Manager) EXPECT ¶
func (_m *Manager) EXPECT() *Manager_Expecter
type Manager_Expecter ¶
type Manager_Expecter struct {
// contains filtered or unexported fields
}
func (*Manager_Expecter) Get ¶
func (_e *Manager_Expecter) Get() *Manager_Get_Call
Get is a helper method to define mock.On call
func (*Manager_Expecter) Validate ¶
func (_e *Manager_Expecter) Validate(_a0 interface{}) *Manager_Validate_Call
Validate is a helper method to define mock.On call
- _a0 []byte
type Manager_Get_Call ¶
Manager_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*Manager_Get_Call) Return ¶
func (_c *Manager_Get_Call) Return(_a0 []byte) *Manager_Get_Call
func (*Manager_Get_Call) Run ¶
func (_c *Manager_Get_Call) Run(run func()) *Manager_Get_Call
func (*Manager_Get_Call) RunAndReturn ¶
func (_c *Manager_Get_Call) RunAndReturn(run func() []byte) *Manager_Get_Call
type Manager_Validate_Call ¶
Manager_Validate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Validate'
func (*Manager_Validate_Call) Return ¶
func (_c *Manager_Validate_Call) Return(_a0 bool) *Manager_Validate_Call
func (*Manager_Validate_Call) Run ¶
func (_c *Manager_Validate_Call) Run(run func(_a0 []byte)) *Manager_Validate_Call
func (*Manager_Validate_Call) RunAndReturn ¶
func (_c *Manager_Validate_Call) RunAndReturn(run func([]byte) bool) *Manager_Validate_Call
Click to show internal directories.
Click to hide internal directories.