Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitDirectory ¶
type GitDirectory struct {
// contains filtered or unexported fields
}
func NewGitDirectory ¶
func NewGitDirectory(url, branch string, paths []string, interval time.Duration) *GitDirectory
func (*GitDirectory) Dir ¶
func (d *GitDirectory) Dir() string
func (*GitDirectory) Ready ¶
func (d *GitDirectory) Ready() bool
func (*GitDirectory) WaitForClone ¶
func (d *GitDirectory) WaitForClone()
Click to show internal directories.
Click to hide internal directories.