Versions in this module Expand all Collapse all v1 v1.4.6 Mar 18, 2021 Changes in this version + type Snapshot struct + Inodes uint64 + Key string + Kind snapshot.Kind + Size uint64 + Timestamp int64 + type Store struct + func NewStore() *Store + func (s *Store) Add(snapshot Snapshot) + func (s *Store) Delete(key string) + func (s *Store) Get(key string) (Snapshot, error) + func (s *Store) List() []Snapshot