Documentation
¶
Index ¶
- type EntrySummary
- type Manifest
- type Outputs
- type Store
- func (s *Store) EntriesRoot() string
- func (s *Store) EntryDir(task, key string) string
- func (s *Store) GC(keepPerTask int) (int, error)
- func (s *Store) Invalidate(task string) error
- func (s *Store) List() ([]EntrySummary, error)
- func (s *Store) Load(task, key string) (*Manifest, bool, error)
- func (s *Store) Restore(worktree string, taskName, key string) (bool, error)
- func (s *Store) RestoreContext(ctx context.Context, worktree string, taskName, key string, ...) (bool, error)
- func (s *Store) Snapshot(worktree string, task project.Task, key string) (*Manifest, error)
- func (s *Store) SnapshotContext(ctx context.Context, worktree string, task project.Task, key string, ...) (*Manifest, error)
- type Summary
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntrySummary ¶
type Store ¶
func NewNamespaced ¶
func (*Store) EntriesRoot ¶
func (*Store) Invalidate ¶
func (*Store) List ¶
func (s *Store) List() ([]EntrySummary, error)
func (*Store) RestoreContext ¶
Click to show internal directories.
Click to hide internal directories.