Documentation
¶
Index ¶
- type LocalOpLocStore
- func (s *LocalOpLocStore) DeleteProject(ownerId string, projectId uint64) error
- func (s *LocalOpLocStore) InsertOperationLocations(opLocs *pb.CommitOperationLocations) error
- func (s *LocalOpLocStore) ListOperationLocations(ownerId string, projectId uint64, commitId uint64, pathHash []byte) (opLocs *pb.CommitOperationLocations, err error)
- func (s *LocalOpLocStore) MaxCommitId(ownerId string, projectId uint64) (uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalOpLocStore ¶
type LocalOpLocStore struct {
// contains filtered or unexported fields
}
func NewOpLocStoreCommit ¶
func NewOpLocStoreCommit() *LocalOpLocStore
func (*LocalOpLocStore) DeleteProject ¶
func (s *LocalOpLocStore) DeleteProject(ownerId string, projectId uint64) error
func (*LocalOpLocStore) InsertOperationLocations ¶
func (s *LocalOpLocStore) InsertOperationLocations(opLocs *pb.CommitOperationLocations) error
func (*LocalOpLocStore) ListOperationLocations ¶
func (s *LocalOpLocStore) ListOperationLocations(ownerId string, projectId uint64, commitId uint64, pathHash []byte) (opLocs *pb.CommitOperationLocations, err error)
func (*LocalOpLocStore) MaxCommitId ¶
func (s *LocalOpLocStore) MaxCommitId(ownerId string, projectId uint64) (uint64, error)
Click to show internal directories.
Click to hide internal directories.