Versions in this module Expand all Collapse all v0 v0.0.1 May 25, 2023 Changes in this version + type LocalStore struct + func NewOpDataStoreCommit() *LocalStore + func (s *LocalStore) DeleteProject(ownerId string, projectId uint64) error + func (s *LocalStore) Read(ownerId string, projectId uint64, pathHash []byte, offset uint64, ...) (*pb.Operation, error) + func (s *LocalStore) Write(ownerId string, projectId uint64, pathHash []byte, op *pb.Operation) (offset uint64, length uint64, err error)