Documentation ¶
Overview ¶
Package mock_hashutils is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHasher ¶
type MockHasher struct {
// contains filtered or unexported fields
}
MockHasher is a mock of Hasher interface
func NewMockHasher ¶
func NewMockHasher(ctrl *gomock.Controller) *MockHasher
NewMockHasher creates a new mock instance
func (*MockHasher) EXPECT ¶
func (m *MockHasher) EXPECT() *MockHasherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockHasherMockRecorder ¶
type MockHasherMockRecorder struct {
// contains filtered or unexported fields
}
MockHasherMockRecorder is the mock recorder for MockHasher
func (*MockHasherMockRecorder) Hash ¶
func (mr *MockHasherMockRecorder) Hash() *gomock.Call
Hash indicates an expected call of Hash
type MockSafeHasher ¶
type MockSafeHasher struct {
// contains filtered or unexported fields
}
MockSafeHasher is a mock of SafeHasher interface
func NewMockSafeHasher ¶
func NewMockSafeHasher(ctrl *gomock.Controller) *MockSafeHasher
NewMockSafeHasher creates a new mock instance
func (*MockSafeHasher) EXPECT ¶
func (m *MockSafeHasher) EXPECT() *MockSafeHasherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockSafeHasherMockRecorder ¶
type MockSafeHasherMockRecorder struct {
// contains filtered or unexported fields
}
MockSafeHasherMockRecorder is the mock recorder for MockSafeHasher
func (*MockSafeHasherMockRecorder) Hash ¶
func (mr *MockSafeHasherMockRecorder) Hash(arg0 interface{}) *gomock.Call
Hash indicates an expected call of Hash
Click to show internal directories.
Click to hide internal directories.