MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Payload

Interface Payload

auditlog/message/message.go:36–39  ·  view source on GitHub ↗

Payload is an interface that makes sure all payloads with Message have a method to compare them.

Source from the content-addressed store, hash-verified

34
35// Payload is an interface that makes sure all payloads with Message have a method to compare them.
36type Payload interface {
37 // Equals compares if the current payload is identical to the provided other payload.
38 Equals(payload Payload) bool
39}
40
41// Equals is a method to compare two messages with each other.
42func (m Message) Equals(other Message) bool {

Callers 4

EqualsMethod · 0.65
EqualsMethod · 0.65
EqualsMethod · 0.65
testPipelineFunction · 0.65

Implementers 15

Messageauditlog/message/message.go
PayloadIOauditlog/message/io.go
PayloadConnectauditlog/message/connect.go
PayloadAuthPasswordauditlog/message/auth.go
PayloadAuthPasswordSuccessfulauditlog/message/auth.go
PayloadAuthPasswordBackendErrorauditlog/message/auth.go
PayloadAuthPubKeyauditlog/message/auth.go
PayloadAuthPubKeyBackendErrorauditlog/message/auth.go
PayloadAuthKeyboardInteractiveAnswerauditlog/message/auth.go
PayloadAuthKeyboardInteractiveFailedauditlog/message/auth.go

Calls

no outgoing calls

Tested by

no test coverage detected