Documentation ¶
Overview ¶
Package mockmsp is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIdentityManager ¶
type MockIdentityManager struct {
// contains filtered or unexported fields
}
MockIdentityManager is a mock of IdentityManager interface
func NewMockIdentityManager ¶
func NewMockIdentityManager(ctrl *gomock.Controller) *MockIdentityManager
NewMockIdentityManager creates a new mock instance
func (*MockIdentityManager) EXPECT ¶
func (m *MockIdentityManager) EXPECT() *MockIdentityManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIdentityManager) GetSigningIdentity ¶
func (m *MockIdentityManager) GetSigningIdentity(arg0 string) (msp.SigningIdentity, error)
GetSigningIdentity mocks base method
type MockIdentityManagerMockRecorder ¶
type MockIdentityManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockIdentityManagerMockRecorder is the mock recorder for MockIdentityManager
func (*MockIdentityManagerMockRecorder) GetSigningIdentity ¶
func (mr *MockIdentityManagerMockRecorder) GetSigningIdentity(arg0 interface{}) *gomock.Call
GetSigningIdentity indicates an expected call of GetSigningIdentity
type MockProviders ¶
type MockProviders struct {
// contains filtered or unexported fields
}
MockProviders is a mock of Providers interface
func NewMockProviders ¶
func NewMockProviders(ctrl *gomock.Controller) *MockProviders
NewMockProviders creates a new mock instance
func (*MockProviders) EXPECT ¶
func (m *MockProviders) EXPECT() *MockProvidersMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockProviders) IdentityManager ¶
func (m *MockProviders) IdentityManager(arg0 string) (msp.IdentityManager, bool)
IdentityManager mocks base method
func (*MockProviders) UserStore ¶
func (m *MockProviders) UserStore() msp.UserStore
UserStore mocks base method
type MockProvidersMockRecorder ¶
type MockProvidersMockRecorder struct {
// contains filtered or unexported fields
}
MockProvidersMockRecorder is the mock recorder for MockProviders
func (*MockProvidersMockRecorder) IdentityManager ¶
func (mr *MockProvidersMockRecorder) IdentityManager(arg0 interface{}) *gomock.Call
IdentityManager indicates an expected call of IdentityManager
func (*MockProvidersMockRecorder) UserStore ¶
func (mr *MockProvidersMockRecorder) UserStore() *gomock.Call
UserStore indicates an expected call of UserStore