Versions in this module Expand all Collapse all v0 v0.1.1 Nov 16, 2022 v0.1.0 Nov 2, 2022 Changes in this version + type MockHasher struct + func NewMockHasher(ctrl *gomock.Controller) *MockHasher + func (m *MockHasher) EXPECT() *MockHasherMockRecorder + func (m *MockHasher) Hash(data string) (string, error) + func (m *MockHasher) IsValid(data, hash string) (bool, error) + type MockHasherMockRecorder struct + func (mr *MockHasherMockRecorder) Hash(data interface{}) *gomock.Call + func (mr *MockHasherMockRecorder) IsValid(data, hash interface{}) *gomock.Call