Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NotFoundErr = errors.New("not found")
)
Functions ¶
This section is empty.
Types ¶
type BranchRep ¶
type BranchRep struct { Name string `json:"name"` Head string `json:"head"` SyncTime int64 `json:"syncTime"` References []ReferenceHunksRep `json:"references,omitempty"` CommitTime int64 `json:"commitTime,omitempty"` }
func (BranchRep) PrintReferenceCountTable ¶
func (b BranchRep) PrintReferenceCountTable()
func (BranchRep) TotalHunkCount ¶
type ConfigurationError ¶
type ConfigurationError struct {
// contains filtered or unexported fields
}
type ExtinctionRep ¶
type HunkRep ¶
type OutputJSON ¶
type ReferenceHunksRep ¶
Click to show internal directories.
Click to hide internal directories.