Documentation ¶
Overview ¶
Package proto implements helpers for capnp SVC address resolution messages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SVCResolutionReply ¶
type SVCResolutionReply struct {
Transports []Transport
}
SVCResolutionReply is a pogs-compatible representation of a list of SCION transport key-value pairs.
func (*SVCResolutionReply) DecodeFrom ¶
func (r *SVCResolutionReply) DecodeFrom(rd io.Reader) error
func (*SVCResolutionReply) ProtoId ¶
func (*SVCResolutionReply) ProtoId() proto.ProtoIdType
func (*SVCResolutionReply) SerializeTo ¶
func (r *SVCResolutionReply) SerializeTo(wr io.Writer) error
func (*SVCResolutionReply) String ¶
func (r *SVCResolutionReply) String() string
Click to show internal directories.
Click to hide internal directories.