Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlameOutput ¶
func BlameFiles ¶
func BlameFiles(dir string, files []string, commitID string) (*BlameOutput, error)
func BlameRepository ¶
func BlameRepository(dir string, commitID string) (*BlameOutput, error)
type BlameSourceUnitRule ¶ added in v0.0.9
type BlameSourceUnitRule struct { Unit *unit.SourceUnit // contains filtered or unexported fields }
func (*BlameSourceUnitRule) Prereqs ¶ added in v0.0.9
func (r *BlameSourceUnitRule) Prereqs() []string
func (*BlameSourceUnitRule) Recipes ¶ added in v0.0.9
func (r *BlameSourceUnitRule) Recipes() []string
func (*BlameSourceUnitRule) Target ¶ added in v0.0.9
func (r *BlameSourceUnitRule) Target() string
Click to show internal directories.
Click to hide internal directories.