Documentation ¶
Overview ¶
Package mock_socket is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHashable ¶
type MockHashable struct {
// contains filtered or unexported fields
}
MockHashable is a mock of Hashable interface.
func NewMockHashable ¶
func NewMockHashable(ctrl *gomock.Controller) *MockHashable
NewMockHashable creates a new mock instance.
func (*MockHashable) EXPECT ¶
func (m *MockHashable) EXPECT() *MockHashableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockHashableMockRecorder ¶
type MockHashableMockRecorder struct {
// contains filtered or unexported fields
}
MockHashableMockRecorder is the mock recorder for MockHashable.
func (*MockHashableMockRecorder) Hash ¶
func (mr *MockHashableMockRecorder) Hash() *gomock.Call
Hash indicates an expected call of Hash.
type MockSealer ¶
type MockSealer struct {
// contains filtered or unexported fields
}
MockSealer is a mock of Sealer interface.
func NewMockSealer ¶
func NewMockSealer(ctrl *gomock.Controller) *MockSealer
NewMockSealer creates a new mock instance.
func (*MockSealer) EXPECT ¶
func (m *MockSealer) EXPECT() *MockSealerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSealerMockRecorder ¶
type MockSealerMockRecorder struct {
// contains filtered or unexported fields
}
MockSealerMockRecorder is the mock recorder for MockSealer.
func (*MockSealerMockRecorder) Seal ¶
func (mr *MockSealerMockRecorder) Seal(arg0 interface{}) *gomock.Call
Seal indicates an expected call of Seal.
Click to show internal directories.
Click to hide internal directories.