//
pkg.gl
Category
github.com/Accel-Byte/go-git/v6
utils
merkletrie
noder
package
6.0.0-20220823060123-ee3621dd571c
Repository:
https://github.com/accel-byte/go-git.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
7
Files
91 SLOC
#
Variables
NoChildren
NoChildren represents the children of a noder without children.
#
Interfaces
Hasher
Hasher interface is implemented by types that can tell you their hash.
Noder
The Noder interface is implemented by the elements of a Merkle Trie.
#
Type aliases
Equal
Equal functions take two hashers and return if they are equal.
Path
Path values represent a noder and its ancestors.