MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / authUserStorage

Struct authUserStorage

e2e_framework_test.go:511–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511type authUserStorage struct {
512 lock *sync.Mutex
513 users map[string]AuthUser
514}
515
516func (a *authUserStorage) AddUser(username string) AuthUser {
517 a.lock.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected