MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / NewAuthUserStorage

Function NewAuthUserStorage

e2e_framework_test.go:603–608  ·  view source on GitHub ↗

NewAuthUserStorage creates a new in-memory user storage for authentication.

()

Source from the content-addressed store, hash-verified

601
602// NewAuthUserStorage creates a new in-memory user storage for authentication.
603func NewAuthUserStorage() AuthUserStorage {
604 return &authUserStorage{
605 lock: &sync.Mutex{},
606 users: map[string]AuthUser{},
607 }
608}

Callers 1

NewTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected