Documentation ¶
Overview ¶
Package kzipdb implements kcd.Reader using a kzip file as its backing store. See also: http://www.kythe.io/docs/kythe-index-pack.html.
Index ¶
- type DB
- func (db DB) Files(ctx context.Context, fileDigests []string, f func(string, []byte) error) error
- func (db DB) FilesExist(ctx context.Context, fileDigests []string, f func(string) error) error
- func (db DB) Find(ctx context.Context, filter *kcd.FindFilter, f func(string) error) error
- func (db DB) Revisions(ctx context.Context, want *kcd.RevisionsFilter, f func(kcd.Revision) error) error
- func (db DB) Units(ctx context.Context, unitDigests []string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
DB implements kcd.Reader using a kzip.Reader as its backing store.
func (DB) FilesExist ¶
FilesExist implements a method of kcd.Reader.
Click to show internal directories.
Click to hide internal directories.