Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestEngineFileTxn ¶
type TestEngineFileTxn struct {
// contains filtered or unexported fields
}
func (*TestEngineFileTxn) AddEntitlement ¶
func (s *TestEngineFileTxn) AddEntitlement(ef storage.EngineFile, userID string) error
func (*TestEngineFileTxn) Commit ¶
func (s *TestEngineFileTxn) Commit() error
func (*TestEngineFileTxn) Rollback ¶
func (s *TestEngineFileTxn) Rollback() error
func (*TestEngineFileTxn) SaveEngineFile ¶
func (s *TestEngineFileTxn) SaveEngineFile(ef storage.EngineFile) error
type TestStorageImpl ¶
type TestStorageImpl struct{}
func (*TestStorageImpl) DeleteEngineFile ¶
func (s *TestStorageImpl) DeleteEngineFile(fileid string) error
func (*TestStorageImpl) DeleteTaskFile ¶
func (s *TestStorageImpl) DeleteTaskFile(fileid string) error
func (*TestStorageImpl) NewEngineFileTransaction ¶
func (s *TestStorageImpl) NewEngineFileTransaction() (storage.EngineFileTxn, error)
Click to show internal directories.
Click to hide internal directories.