envelope

package
v1.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2020 License: MIT Imports: 5 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadReply

func ReadReply(p protocol.Protocol, r io.ReaderAt) (_ wire.Value, seqID int32, _ error)

ReadReply reads enveloped responses from the given reader.

func Write

func Write(p protocol.Protocol, w io.Writer, seqID int32, e Enveloper) error

Write writes an Envelope to the given writer.

Types

type Enveloper

type Enveloper interface {
	MethodName() string
	EnvelopeType() wire.EnvelopeType
	ToWire() (wire.Value, error)
}

Enveloper is the interface implemented by a type that can be written with an envelope.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL