Documentation
¶
Index ¶
Constants ¶
View Source
const ( IgnoreOrphaned = iota PullOrphaned RemoveOrphaned )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoGitBackup ¶
type GoGitBackup struct {
// contains filtered or unexported fields
}
func NewGoBackup ¶
func NewGoBackup(cnf *Config, logFile *os.File) (*GoGitBackup, error)
func (*GoGitBackup) Check ¶
func (c *GoGitBackup) Check() error
func (*GoGitBackup) Close ¶ added in v0.7.0
func (c *GoGitBackup) Close()
func (*GoGitBackup) Do ¶
func (c *GoGitBackup) Do()
func (*GoGitBackup) Update ¶ added in v0.8.0
func (c *GoGitBackup) Update() error
type Repository ¶
type Visibility ¶ added in v0.6.0
type Visibility int
const ( Public Visibility = iota Private Internal )
Click to show internal directories.
Click to hide internal directories.