MCPcopy
hub / github.com/filebrowser/filebrowser / GetBy

Method GetBy

users/storage.go:12–12  ·  view source on GitHub ↗
(interface{})

Source from the content-addressed store, hash-verified

10// StorageBackend is the interface to implement for a users storage.
11type StorageBackend interface {
12 GetBy(interface{}) (*User, error)
13 GetByScope(scope string) (*User, error)
14 Gets() ([]*User, error)
15 Save(u *User) error

Callers 2

GetMethod · 0.65
DeleteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected