package
0.0.0-20220729222422-fd92c9c04d6a
Repository: https://github.com/karlmutch/duat.git
Documentation: pkg.go.dev
# Functions
IsDirEmpty validates the existance of a directory and checks if it has any contents
.
NewGitWatcher will initiate a git repositry watching go routine and struct that will process git activity in a goroutine.
No description provided by the author
# Structs
Change is a data structure that cpatures a git repository and commit ID for any observed pushed commits
.
GitOptions encapsulates the parameters describing a clone repositories branch etc
.
GitWatcher encapsulates the state and control structures around a single clone repository that is being watched and processed
.
LoggerSink encapsulates information and context for a message sent to a logging listener within a server
.
No description provided by the author