MCPcopy
hub / github.com/filebrowser/filebrowser / GetByScope

Method GetByScope

users/storage.go:24–24  ·  view source on GitHub ↗
(scope string)

Source from the content-addressed store, hash-verified

22type Store interface {
23 Get(baseScope string, followExternalSymlinks bool, id interface{}) (user *User, err error)
24 GetByScope(scope string) (*User, error)
25 Gets(baseScope string, followExternalSymlinks bool) ([]*User, error)
26 Update(user *User, fields ...string) error
27 Save(user *User) error

Callers 3

GetByScopeMethod · 0.65
auth.goFile · 0.65

Implementers 2

Storageusers/storage.go
mockUserStoreauth/proxy_test.go

Calls

no outgoing calls