Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMemoryStore ¶
func NewMemoryStore() (tus.Store, error)
NewMemoryStore creates a new MemoryStore.
Types ¶
type MemoryStore ¶
type MemoryStore struct {
// contains filtered or unexported fields
}
MemoryStore implements an in-memory Store.
func (*MemoryStore) Close ¶
func (s *MemoryStore) Close()
func (*MemoryStore) Delete ¶
func (s *MemoryStore) Delete(fingerprint string)
func (*MemoryStore) Set ¶
func (s *MemoryStore) Set(fingerprint, url string)
Click to show internal directories.
Click to hide internal directories.