Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStateManager ¶
type MockStateManager struct {
// contains filtered or unexported fields
}
Mock of StateManager interface
func NewMockStateManager ¶
func NewMockStateManager(ctrl *gomock.Controller) *MockStateManager
func (*MockStateManager) EXPECT ¶
func (_m *MockStateManager) EXPECT() *_MockStateManagerRecorder
func (*MockStateManager) ForceSave ¶
func (_m *MockStateManager) ForceSave() error
func (*MockStateManager) Load ¶
func (_m *MockStateManager) Load() error
func (*MockStateManager) Save ¶
func (_m *MockStateManager) Save() error
Click to show internal directories.
Click to hide internal directories.