Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func NewReader ¶
NewReader creates parallel hashing with reading it is usuful if you want to read the reader and at the same time calculate the hash value of the read content
type Value ¶
type Value []byte
Value is a custom type which provides formating hash values with ease
func ValueFromString ¶
ValueFromString tries to parse the string version of value which was produced by calling String() methid back to type Value
func (Value) MarshalJSON ¶
func (*Value) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.