Documentation ¶ Index ¶ type Entry type Store func Open(path string) (*Store, error) func (s *Store) Done(id string) bool func (s *Store) Mark(entry Entry) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Entry ¶ type Entry struct { ID string `json:"id"` Status string `json:"status"` Path string `json:"path,omitempty"` Error string `json:"error,omitempty"` At time.Time `json:"at"` } type Store ¶ type Store struct { // contains filtered or unexported fields } func Open ¶ func Open(path string) (*Store, error) func (*Store) Done ¶ func (s *Store) Done(id string) bool func (*Store) Mark ¶ func (s *Store) Mark(entry Entry) error Source Files ¶ View all Source files checkpoint.go Click to show internal directories. Click to hide internal directories.