Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffLines ¶ added in v0.14.0
type FileBlame ¶ added in v0.14.0
func NewFileBlame ¶ added in v0.14.0
func (*FileBlame) RemoveLine ¶ added in v0.14.0
RemoveLine remove a line at num
type Store ¶
type Store interface { RepoCommits(repoCommit *code.RepoCommit) errors.Error Commits(commit *code.Commit) errors.Error Refs(ref *code.Ref) errors.Error CommitFiles(file *code.CommitFile) errors.Error CommitParents(pp []*code.CommitParent) errors.Error CommitFileComponents(commitFileComponent *code.CommitFileComponent) errors.Error CommitLineChange(commitLineChange *code.CommitLineChange) errors.Error Close() errors.Error }
Click to show internal directories.
Click to hide internal directories.