Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StateStorage ¶
StateStorage is a mock of StateStorage interface.
func NewStateStorage ¶
func NewStateStorage[C fsm.Context](ctrl *gomock.Controller) *StateStorage[C]
NewStateStorage creates a new mock instance.
func (*StateStorage[C]) EXPECT ¶
func (m *StateStorage[C]) EXPECT() *StateStorageMockRecorder[C]
EXPECT returns an object that allows the caller to indicate expected use.
type StateStorageMockRecorder ¶
StateStorageMockRecorder is the mock recorder for StateStorage.
func (*StateStorageMockRecorder[C]) GetState ¶
func (mr *StateStorageMockRecorder[C]) GetState(arg0, arg1 interface{}) *gomock.Call
GetState indicates an expected call of GetState.
func (*StateStorageMockRecorder[C]) PushState ¶
func (mr *StateStorageMockRecorder[C]) PushState(arg0, arg1, arg2 interface{}) *gomock.Call
PushState indicates an expected call of PushState.
Click to show internal directories.
Click to hide internal directories.