Documentation
¶
Index ¶
- type SQLLiteStorage
- func (S SQLLiteStorage) GetObject(s string, hash plumbing.Hash) (storage.Object, error)
- func (S SQLLiteStorage) ListObjects(s string) ([]storage.Object, error)
- func (S SQLLiteStorage) ListReferences(s string) ([]storage.Reference, error)
- func (S SQLLiteStorage) StoreObjects(s string, objects []storage.Object) error
- func (S SQLLiteStorage) StoreReferences(s string, references []storage.Reference) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLLiteStorage ¶
type SQLLiteStorage struct {
// contains filtered or unexported fields
}
func NewSQLLiteStorage ¶
func NewSQLLiteStorage() *SQLLiteStorage
func (SQLLiteStorage) ListObjects ¶
func (S SQLLiteStorage) ListObjects(s string) ([]storage.Object, error)
func (SQLLiteStorage) ListReferences ¶
func (S SQLLiteStorage) ListReferences(s string) ([]storage.Reference, error)
func (SQLLiteStorage) StoreObjects ¶
func (S SQLLiteStorage) StoreObjects(s string, objects []storage.Object) error
func (SQLLiteStorage) StoreReferences ¶
func (S SQLLiteStorage) StoreReferences(s string, references []storage.Reference) error
Click to show internal directories.
Click to hide internal directories.