Documentation
¶
Index ¶
Constants ¶
View Source
const ( CommitRecord recordType = iota CheckoutRecord BranchRecord )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoitLogger ¶
type GoitLogger struct {
// contains filtered or unexported fields
}
func NewGoitLogger ¶
func NewGoitLogger(rootGoitPath string) *GoitLogger
func (*GoitLogger) DeleteBranch ¶
func (l *GoitLogger) DeleteBranch(branchName string) error
func (*GoitLogger) WriteBranch ¶
func (l *GoitLogger) WriteBranch(r *record, branchName string) error
func (*GoitLogger) WriteHEAD ¶
func (l *GoitLogger) WriteHEAD(r *record) error
Click to show internal directories.
Click to hide internal directories.