MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / PayloadAuthPubKeyBackendError

Struct PayloadAuthPubKeyBackendError

auditlog/message/auth.go:79–83  ·  view source on GitHub ↗

PayloadAuthPubKeyBackendError is a payload for a message indicating that there was a backend error while authenticating with public key.

Source from the content-addressed store, hash-verified

77// PayloadAuthPubKeyBackendError is a payload for a message indicating that there was a backend error while
78// authenticating with public key.
79type PayloadAuthPubKeyBackendError struct {
80 Username string `json:"username" yaml:"username"`
81 Key string `json:"key" yaml:"key"`
82 Reason string `json:"reason" yaml:"reason"`
83}
84
85// Equals compares two PayloadAuthPubKeyBackendError payloads.
86func (p PayloadAuthPubKeyBackendError) Equals(other Payload) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected