Versions in this module Expand all Collapse all v1 v1.0.0 Nov 17, 2022 Changes in this version + type Store struct + func NewStore() *Store + func (ts *Store) Commit() (id types.CommitID) + func (ts *Store) GetPruning() types.PruningOptions + func (ts *Store) GetStoreType() types.StoreType + func (ts *Store) LastCommitID() (id types.CommitID) + func (ts *Store) SetPruning(_ types.PruningOptions)