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

Struct message

message/message.go:108–113  ·  view source on GitHub ↗

endregion region Message implementation

Source from the content-addressed store, hash-verified

106// region Message implementation
107
108type message struct {
109 code string
110 userMessage string
111 explanation string
112 labels Labels
113}
114
115func (m *message) Code() string {
116 return m.code

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected