package
1.0.1
Repository: https://github.com/sgnl-ai/go-git.git
Documentation: pkg.go.dev

# Packages

Package filesystem is a storage backend base on filesystems.
Package memory is a storage backend base on memory.
No description provided by the author
Package transactional is a transactional implementation of git.Storer, it demux the write and read operation of two separate storers, allowing to merge content calling Storage.Commit.

# Variables

No description provided by the author

# Interfaces

ModuleStorer allows interact with the modules' Storers.
Storer is a generic storage of objects, references and any information related to a particular repository.