# Functions
ModuleDataStoreWithTar returns a new ModuleDataStoreOption that reads and stores tar files instead of storing individual files in a directory in the bucket.
NewCommitStore returns a new CommitStore for the given bucket.
NewModuleDataStore returns a new ModuleDataStore for the given bucket.
# Interfaces
CommitStore reads and writes Commits.
ModuleDatasResult is a result for a get of ModuleDatas.
ModuleStore reads and writes ModulesDatas.
# Type aliases
ModuleDataStoreOption is an option for a new ModuleDataStore.