Bumping k8s dependencies to 1.13
This commit is contained in:
6
vendor/golang.org/x/net/icmp/messagebody.go
generated
vendored
6
vendor/golang.org/x/net/icmp/messagebody.go
generated
vendored
@@ -7,11 +7,13 @@ package icmp
|
||||
// A MessageBody represents an ICMP message body.
|
||||
type MessageBody interface {
|
||||
// Len returns the length of ICMP message body.
|
||||
// Proto must be either the ICMPv4 or ICMPv6 protocol number.
|
||||
// The provided proto must be either the ICMPv4 or ICMPv6
|
||||
// protocol number.
|
||||
Len(proto int) int
|
||||
|
||||
// Marshal returns the binary encoding of ICMP message body.
|
||||
// Proto must be either the ICMPv4 or ICMPv6 protocol number.
|
||||
// The provided proto must be either the ICMPv4 or ICMPv6
|
||||
// protocol number.
|
||||
Marshal(proto int) ([]byte, error)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user