Documentation ¶
Overview ¶
Package mock_graph is a generated GoMock package.
Index ¶
- type MockManager
- func (m *MockManager) EXPECT() *MockManagerMockRecorder
- func (m *MockManager) Exists(arg0 context.Context, arg1, arg2 string) (bool, error)
- func (m *MockManager) GetUserDelegatedSASIgnitionBlobURL(arg0 context.Context, arg1, arg2, arg3 string, arg4 bool) (string, error)
- func (m *MockManager) LoadPersisted(arg0 context.Context, arg1, arg2 string) (graph.PersistedGraph, error)
- func (m *MockManager) Save(arg0 context.Context, arg1, arg2 string, arg3 graph.Graph) error
- type MockManagerMockRecorder
- func (mr *MockManagerMockRecorder) Exists(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) GetUserDelegatedSASIgnitionBlobURL(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) LoadPersisted(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) Save(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockManager ¶
type MockManager struct {
// contains filtered or unexported fields
}
MockManager is a mock of Manager interface.
func NewMockManager ¶
func NewMockManager(ctrl *gomock.Controller) *MockManager
NewMockManager creates a new mock instance.
func (*MockManager) EXPECT ¶
func (m *MockManager) EXPECT() *MockManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManager) GetUserDelegatedSASIgnitionBlobURL ¶
func (m *MockManager) GetUserDelegatedSASIgnitionBlobURL(arg0 context.Context, arg1, arg2, arg3 string, arg4 bool) (string, error)
GetUserDelegatedSASIgnitionBlobURL mocks base method.
func (*MockManager) LoadPersisted ¶
func (m *MockManager) LoadPersisted(arg0 context.Context, arg1, arg2 string) (graph.PersistedGraph, error)
LoadPersisted mocks base method.
type MockManagerMockRecorder ¶
type MockManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerMockRecorder is the mock recorder for MockManager.
func (*MockManagerMockRecorder) Exists ¶
func (mr *MockManagerMockRecorder) Exists(arg0, arg1, arg2 interface{}) *gomock.Call
Exists indicates an expected call of Exists.
func (*MockManagerMockRecorder) GetUserDelegatedSASIgnitionBlobURL ¶
func (mr *MockManagerMockRecorder) GetUserDelegatedSASIgnitionBlobURL(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetUserDelegatedSASIgnitionBlobURL indicates an expected call of GetUserDelegatedSASIgnitionBlobURL.
func (*MockManagerMockRecorder) LoadPersisted ¶
func (mr *MockManagerMockRecorder) LoadPersisted(arg0, arg1, arg2 interface{}) *gomock.Call
LoadPersisted indicates an expected call of LoadPersisted.
func (*MockManagerMockRecorder) Save ¶
func (mr *MockManagerMockRecorder) Save(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Save indicates an expected call of Save.
Click to show internal directories.
Click to hide internal directories.