Documentation ¶
Index ¶
- Constants
- type CsvStore
- func (c *CsvStore) Close() errors.Error
- func (c *CsvStore) CommitFileComponents(commitFileComponent *code.CommitFileComponent) errors.Error
- func (c *CsvStore) CommitFiles(file *code.CommitFile) errors.Error
- func (c *CsvStore) CommitLineChange(commitLineChange *code.CommitLineChange) errors.Error
- func (c *CsvStore) CommitParents(pp []*code.CommitParent) errors.Error
- func (c *CsvStore) Commits(commit *code.Commit) errors.Error
- func (c *CsvStore) Refs(ref *code.Ref) errors.Error
- func (c *CsvStore) RepoCommits(repoCommit *code.RepoCommit) errors.Error
- func (c *CsvStore) RepoSnapshot(ss *code.RepoSnapshot) errors.Error
- type Database
- func (d *Database) Close() errors.Error
- func (d *Database) CommitFileComponents(commitFileComponent *code.CommitFileComponent) errors.Error
- func (d *Database) CommitFiles(file *code.CommitFile) errors.Error
- func (d *Database) CommitLineChange(commitLineChange *code.CommitLineChange) errors.Error
- func (d *Database) CommitParents(pp []*code.CommitParent) errors.Error
- func (d *Database) Commits(commit *code.Commit) errors.Error
- func (d *Database) Refs(ref *code.Ref) errors.Error
- func (d *Database) RepoCommits(repoCommit *code.RepoCommit) errors.Error
- func (d *Database) RepoSnapshot(snapshotElement *code.RepoSnapshot) errors.Error
Constants ¶
View Source
const BathSize = 100
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvStore ¶
type CsvStore struct {
// contains filtered or unexported fields
}
func (*CsvStore) CommitFileComponents ¶ added in v0.12.0
func (c *CsvStore) CommitFileComponents(commitFileComponent *code.CommitFileComponent) errors.Error
func (*CsvStore) CommitFiles ¶
func (c *CsvStore) CommitFiles(file *code.CommitFile) errors.Error
func (*CsvStore) CommitLineChange ¶ added in v0.14.0
func (c *CsvStore) CommitLineChange(commitLineChange *code.CommitLineChange) errors.Error
func (*CsvStore) CommitParents ¶
func (c *CsvStore) CommitParents(pp []*code.CommitParent) errors.Error
func (*CsvStore) RepoCommits ¶
func (c *CsvStore) RepoCommits(repoCommit *code.RepoCommit) errors.Error
func (*CsvStore) RepoSnapshot ¶ added in v0.15.0
func (c *CsvStore) RepoSnapshot(ss *code.RepoSnapshot) errors.Error
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
func (*Database) CommitFileComponents ¶ added in v0.12.0
func (d *Database) CommitFileComponents(commitFileComponent *code.CommitFileComponent) errors.Error
func (*Database) CommitFiles ¶
func (d *Database) CommitFiles(file *code.CommitFile) errors.Error
func (*Database) CommitLineChange ¶ added in v0.14.0
func (d *Database) CommitLineChange(commitLineChange *code.CommitLineChange) errors.Error
func (*Database) CommitParents ¶
func (d *Database) CommitParents(pp []*code.CommitParent) errors.Error
func (*Database) RepoCommits ¶
func (d *Database) RepoCommits(repoCommit *code.RepoCommit) errors.Error
func (*Database) RepoSnapshot ¶ added in v0.15.0
func (d *Database) RepoSnapshot(snapshotElement *code.RepoSnapshot) errors.Error
Click to show internal directories.
Click to hide internal directories.