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

Method GetUser

e2e_framework_test.go:505–505  ·  view source on GitHub ↗

GetUser returns a user with a specific username. If the user is not found, this function throws a panic.

(username string)

Source from the content-addressed store, hash-verified

503 // GetUser returns a user with a specific username. If the user is not found, this function
504 // throws a panic.
505 GetUser(username string) (AuthUser, error)
506 // RemoveUser removes a user from the internal database. If the user is not found, this
507 // function throws a panic.
508 RemoveUser(username string)

Callers 2

OnPasswordMethod · 0.65
OnPubKeyMethod · 0.65

Implementers 1

authUserStoragee2e_framework_test.go

Calls

no outgoing calls

Tested by 2

OnPasswordMethod · 0.52
OnPubKeyMethod · 0.52