MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / message

Struct message

internal/sshserver/rejection.go:44–50  ·  view source on GitHub ↗

endregion region Message implementation

Source from the content-addressed store, hash-verified

42// region Message implementation
43
44type message struct {
45 code string
46 userMessage string
47 explanation string
48 labels message2.Labels
49 reason ssh.RejectionReason
50}
51
52func (m *message) Reason() ssh.RejectionReason {
53 return m.reason

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected