Documentation ¶
Index ¶
Constants ¶
View Source
const RefsSuffix = ".refs"
Variables ¶
View Source
var Name = "store"
Name is the name of the directory in which all repository build data is stored, relative to the user's .srclib directory. We will eventually remove the .srclib-cache directory and use the graph store exclusively.
Functions ¶
This section is empty.
Types ¶
type ListRefsOptions ¶
type ListRefsOptions struct { // Repo is a repository URI. When it is not blank, only fetch // references from Repo. Repo string `url:",omitempty"` }
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store represents the user's graph store.
func New ¶
func New(fs rwvfs.FileSystem) *Store
func (*Store) ListFileRefs ¶
SAMER: add doc string
Click to show internal directories.
Click to hide internal directories.