MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Username

Method Username

internal/sshserver/TestUser.go:25–27  ·  view source on GitHub ↗

Username returns the username of this user.

()

Source from the content-addressed store, hash-verified

23
24// Username returns the username of this user.
25func (u *TestUser) Username() string {
26 return u.username
27}
28
29// Password returns the current password for this user.
30func (u *TestUser) Password() string {

Callers 1

TestKeepAliveFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestKeepAliveFunction · 0.76