Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SessionDir ¶
Types ¶
type RestoreResult ¶
type Store ¶
type Store struct {
Dir string `json:"-"`
Baselines map[string]Baseline `json:"baselines"`
Ops []Op `json:"ops"`
}
func (*Store) RecordBefore ¶
func (*Store) RestoreToCheckpoint ¶
func (s *Store) RestoreToCheckpoint(seq int, projRoot string) (RestoreResult, error)
Click to show internal directories.
Click to hide internal directories.