Versions in this module Expand all Collapse all v1 v1.0.0 Jul 21, 2022 Changes in this version + type ClaimedIPPort struct + Cert *x509.Certificate + IPPort IPPort + Signature []byte + Timestamp uint64 + func (i *ClaimedIPPort) BytesLen() int + type DynamicIPPort interface + IPPort func() IPPort + SetIP func(ip net.IP) + func NewDynamicIPPort(ip net.IP, port uint16) DynamicIPPort + type IPPort struct + IP net.IP + Port uint16 + func ToIPPort(str string) (IPPort, error) + func (ipPort IPPort) Equal(other IPPort) bool + func (ipPort IPPort) IsZero() bool + func (ipPort IPPort) String() string v1.0.0-alpha Nov 22, 2022