Documentation
¶
Index ¶
- type 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalStore ¶
type LocalStore struct {
// contains filtered or unexported fields
}
func NewOpDataStoreCommit ¶
func NewOpDataStoreCommit() *LocalStore
func (*LocalStore) DeleteProject ¶
func (s *LocalStore) DeleteProject(ownerId string, projectId uint64) error
Click to show internal directories.
Click to hide internal directories.