Documentation
¶
Index ¶
Constants ¶
This section is empty.
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
type RecordType ¶ added in v1.9.0
type RecordType int
const ( UndefinedRecord RecordType = iota CommitRecord CheckoutRecord BranchRecord )
func NewRecordType ¶ added in v1.9.0
func NewRecordType(typeString string) RecordType
func (RecordType) String ¶ added in v1.9.0
func (t RecordType) String() string
Click to show internal directories.
Click to hide internal directories.