Documentation ¶
Overview ¶
Package mockkeyset is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockKeySet ¶
type MockKeySet struct {
// contains filtered or unexported fields
}
MockKeySet is a mock of KeySet interface.
func NewMockKeySet ¶
func NewMockKeySet(ctrl *gomock.Controller) *MockKeySet
NewMockKeySet creates a new mock instance.
func (*MockKeySet) EXPECT ¶
func (m *MockKeySet) EXPECT() *MockKeySetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKeySet) VerifySignature ¶
VerifySignature mocks base method.
type MockKeySetMockRecorder ¶
type MockKeySetMockRecorder struct {
// contains filtered or unexported fields
}
MockKeySetMockRecorder is the mock recorder for MockKeySet.
func (*MockKeySetMockRecorder) VerifySignature ¶
func (mr *MockKeySetMockRecorder) VerifySignature(arg0, arg1 interface{}) *gomock.Call
VerifySignature indicates an expected call of VerifySignature.
Click to show internal directories.
Click to hide internal directories.