MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / authUser

Struct authUser

e2e_framework_test.go:543–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543type authUser struct {
544 lock *sync.Mutex
545 password *string
546 keys []ssh.Signer
547}
548
549func (a *authUser) SetPassword(password string) {
550 a.password = &password

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected