Documentation
¶
Overview ¶
sqlitestore implements an SQLite based store for resumable uploads via github.com/eventials/go-tus
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSqliteStore ¶
NewSqliteStore creates a new *SqliteStore using the provided database path
Types ¶
type SqliteStore ¶
type SqliteStore struct {
// contains filtered or unexported fields
}
The SqliteStore type satisfies the tus.Store interface
func (*SqliteStore) Close ¶
func (s *SqliteStore) Close()
func (*SqliteStore) Delete ¶
func (s *SqliteStore) Delete(fingerprint string)
func (*SqliteStore) Set ¶
func (s *SqliteStore) Set(fingerprint, url string)
Click to show internal directories.
Click to hide internal directories.