Documentation ¶
Overview ¶
Package mock_cluster is a generated GoMock package.
Index ¶
- type MockJobPluginAPI
- func (m *MockJobPluginAPI) EXPECT() *MockJobPluginAPIMockRecorder
- func (m *MockJobPluginAPI) KVDelete(arg0 string) *model.AppError
- func (m *MockJobPluginAPI) KVGet(arg0 string) ([]byte, *model.AppError)
- func (m *MockJobPluginAPI) KVList(arg0, arg1 int) ([]string, *model.AppError)
- func (m *MockJobPluginAPI) KVSetWithOptions(arg0 string, arg1 []byte, arg2 model.PluginKVSetOptions) (bool, *model.AppError)
- func (m *MockJobPluginAPI) LogError(arg0 string, arg1 ...interface{})
- type MockJobPluginAPIMockRecorder
- func (mr *MockJobPluginAPIMockRecorder) KVDelete(arg0 interface{}) *gomock.Call
- func (mr *MockJobPluginAPIMockRecorder) KVGet(arg0 interface{}) *gomock.Call
- func (mr *MockJobPluginAPIMockRecorder) KVList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockJobPluginAPIMockRecorder) KVSetWithOptions(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockJobPluginAPIMockRecorder) LogError(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockJobPluginAPI ¶
type MockJobPluginAPI struct {
// contains filtered or unexported fields
}
MockJobPluginAPI is a mock of JobPluginAPI interface.
func NewMockJobPluginAPI ¶
func NewMockJobPluginAPI(ctrl *gomock.Controller) *MockJobPluginAPI
NewMockJobPluginAPI creates a new mock instance.
func (*MockJobPluginAPI) EXPECT ¶
func (m *MockJobPluginAPI) EXPECT() *MockJobPluginAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockJobPluginAPI) KVDelete ¶
func (m *MockJobPluginAPI) KVDelete(arg0 string) *model.AppError
KVDelete mocks base method.
func (*MockJobPluginAPI) KVGet ¶
func (m *MockJobPluginAPI) KVGet(arg0 string) ([]byte, *model.AppError)
KVGet mocks base method.
func (*MockJobPluginAPI) KVList ¶
func (m *MockJobPluginAPI) KVList(arg0, arg1 int) ([]string, *model.AppError)
KVList mocks base method.
func (*MockJobPluginAPI) KVSetWithOptions ¶
func (m *MockJobPluginAPI) KVSetWithOptions(arg0 string, arg1 []byte, arg2 model.PluginKVSetOptions) (bool, *model.AppError)
KVSetWithOptions mocks base method.
func (*MockJobPluginAPI) LogError ¶
func (m *MockJobPluginAPI) LogError(arg0 string, arg1 ...interface{})
LogError mocks base method.
type MockJobPluginAPIMockRecorder ¶
type MockJobPluginAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockJobPluginAPIMockRecorder is the mock recorder for MockJobPluginAPI.
func (*MockJobPluginAPIMockRecorder) KVDelete ¶
func (mr *MockJobPluginAPIMockRecorder) KVDelete(arg0 interface{}) *gomock.Call
KVDelete indicates an expected call of KVDelete.
func (*MockJobPluginAPIMockRecorder) KVGet ¶
func (mr *MockJobPluginAPIMockRecorder) KVGet(arg0 interface{}) *gomock.Call
KVGet indicates an expected call of KVGet.
func (*MockJobPluginAPIMockRecorder) KVList ¶
func (mr *MockJobPluginAPIMockRecorder) KVList(arg0, arg1 interface{}) *gomock.Call
KVList indicates an expected call of KVList.
func (*MockJobPluginAPIMockRecorder) KVSetWithOptions ¶
func (mr *MockJobPluginAPIMockRecorder) KVSetWithOptions(arg0, arg1, arg2 interface{}) *gomock.Call
KVSetWithOptions indicates an expected call of KVSetWithOptions.
func (*MockJobPluginAPIMockRecorder) LogError ¶
func (mr *MockJobPluginAPIMockRecorder) LogError(arg0 interface{}, arg1 ...interface{}) *gomock.Call
LogError indicates an expected call of LogError.