MCPcopy
hub / github.com/golang/net / Message

Interface Message

route/message.go:10–13  ·  view source on GitHub ↗

A Message represents a routing message.

Source from the content-addressed store, hash-verified

8
9// A Message represents a routing message.
10type Message interface {
11 // Sys returns operating system-specific information.
12 Sys() []Sys
13}
14
15// A Sys reprensents operating system-specific information.
16type Sys interface {

Callers 1

validateMethod · 0.65

Implementers 6

memFileInfowebdav/file.go
RouteMessageroute/route.go
InterfaceMessageroute/interface.go
InterfaceAddrMessageroute/interface.go
InterfaceAnnounceMessageroute/interface.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…