Documentation
¶
Index ¶
Constants ¶
View Source
const (
// Root location of the repository
Root = ".datahop"
)
Variables ¶
View Source
var (
ErrorRepoClosed = errors.New("cannot access config, repo not open")
)
Functions ¶
func ConfigFilename ¶
ConfigFilename returns the configuration file path given a configuration root directory. If the configuration root directory is empty, use the default one
Types ¶
type FSRepo ¶
FSRepo implements Repo
func (*FSRepo) Matrix ¶ added in v0.0.11
func (r *FSRepo) Matrix() *matrix.MatrixKeeper
Matrix returns nodes matrix
Click to show internal directories.
Click to hide internal directories.