MCPcopy
hub / github.com/filebrowser/filebrowser / Storage

Struct Storage

users/storage.go:33–37  ·  view source on GitHub ↗

Storage is a users storage.

Source from the content-addressed store, hash-verified

31
32// Storage is a users storage.
33type Storage struct {
34 back StorageBackend
35 updated map[uint]int64
36 mux sync.RWMutex
37}
38
39// NewStorage creates a users storage from a backend.
40func NewStorage(back StorageBackend) *Storage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected