Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func NewContext ¶
func (*Context) SetErrEval ¶
SetErrEval allows you to define a callback that can be use to influence when Err() returns an error
type MockHasher ¶
type MockHasher struct {
// contains filtered or unexported fields
}
func (MockHasher) BlockSize ¶
func (s MockHasher) BlockSize() int
func (MockHasher) Reset ¶
func (s MockHasher) Reset()
func (MockHasher) Size ¶
func (s MockHasher) Size() int
func (MockHasher) Sum ¶
func (s MockHasher) Sum(p []byte) []byte
type MockHasherReverse ¶
type MockHasherReverse struct {
MockHasher
}
func (MockHasherReverse) Sum ¶
func (s MockHasherReverse) Sum(p []byte) []byte
Click to show internal directories.
Click to hide internal directories.