Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockIdentityState
- func (m *MockIdentityState) DeleteID(arg0 string) error
- func (m *MockIdentityState) EXPECT() *MockIdentityStateMockRecorder
- func (m *MockIdentityState) FindID(arg0 string) (*state.IdState, error)
- func (m *MockIdentityState) FindOwnDID() ([]*state.IdState, error)
- func (m *MockIdentityState) GetDIDKeyId(arg0 string) (int64, error)
- func (m *MockIdentityState) ListIDs() ([]*state.IdState, error)
- func (m *MockIdentityState) SaveID(arg0, arg1 string, arg2 bool, arg3 int64, arg4 string) error
- func (m *MockIdentityState) UpdateID(arg0, arg1 string) error
- type MockIdentityStateMockRecorder
- func (mr *MockIdentityStateMockRecorder) DeleteID(arg0 interface{}) *gomock.Call
- func (mr *MockIdentityStateMockRecorder) FindID(arg0 interface{}) *gomock.Call
- func (mr *MockIdentityStateMockRecorder) FindOwnDID() *gomock.Call
- func (mr *MockIdentityStateMockRecorder) GetDIDKeyId(arg0 interface{}) *gomock.Call
- func (mr *MockIdentityStateMockRecorder) ListIDs() *gomock.Call
- func (mr *MockIdentityStateMockRecorder) SaveID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockIdentityStateMockRecorder) UpdateID(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIdentityState ¶
type MockIdentityState struct {
// contains filtered or unexported fields
}
MockIdentityState is a mock of IdentityState interface.
func NewMockIdentityState ¶
func NewMockIdentityState(ctrl *gomock.Controller) *MockIdentityState
NewMockIdentityState creates a new mock instance.
func (*MockIdentityState) DeleteID ¶
func (m *MockIdentityState) DeleteID(arg0 string) error
DeleteID mocks base method.
func (*MockIdentityState) EXPECT ¶
func (m *MockIdentityState) EXPECT() *MockIdentityStateMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIdentityState) FindID ¶
func (m *MockIdentityState) FindID(arg0 string) (*state.IdState, error)
FindID mocks base method.
func (*MockIdentityState) FindOwnDID ¶
func (m *MockIdentityState) FindOwnDID() ([]*state.IdState, error)
FindOwnDID mocks base method.
func (*MockIdentityState) GetDIDKeyId ¶
func (m *MockIdentityState) GetDIDKeyId(arg0 string) (int64, error)
GetDIDKeyId mocks base method.
func (*MockIdentityState) ListIDs ¶
func (m *MockIdentityState) ListIDs() ([]*state.IdState, error)
ListIDs mocks base method.
func (*MockIdentityState) UpdateID ¶
func (m *MockIdentityState) UpdateID(arg0, arg1 string) error
UpdateID mocks base method.
type MockIdentityStateMockRecorder ¶
type MockIdentityStateMockRecorder struct {
// contains filtered or unexported fields
}
MockIdentityStateMockRecorder is the mock recorder for MockIdentityState.
func (*MockIdentityStateMockRecorder) DeleteID ¶
func (mr *MockIdentityStateMockRecorder) DeleteID(arg0 interface{}) *gomock.Call
DeleteID indicates an expected call of DeleteID.
func (*MockIdentityStateMockRecorder) FindID ¶
func (mr *MockIdentityStateMockRecorder) FindID(arg0 interface{}) *gomock.Call
FindID indicates an expected call of FindID.
func (*MockIdentityStateMockRecorder) FindOwnDID ¶
func (mr *MockIdentityStateMockRecorder) FindOwnDID() *gomock.Call
FindOwnDID indicates an expected call of FindOwnDID.
func (*MockIdentityStateMockRecorder) GetDIDKeyId ¶
func (mr *MockIdentityStateMockRecorder) GetDIDKeyId(arg0 interface{}) *gomock.Call
GetDIDKeyId indicates an expected call of GetDIDKeyId.
func (*MockIdentityStateMockRecorder) ListIDs ¶
func (mr *MockIdentityStateMockRecorder) ListIDs() *gomock.Call
ListIDs indicates an expected call of ListIDs.
func (*MockIdentityStateMockRecorder) SaveID ¶
func (mr *MockIdentityStateMockRecorder) SaveID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
SaveID indicates an expected call of SaveID.
func (*MockIdentityStateMockRecorder) UpdateID ¶
func (mr *MockIdentityStateMockRecorder) UpdateID(arg0, arg1 interface{}) *gomock.Call
UpdateID indicates an expected call of UpdateID.