package
0.38.1
Repository: https://github.com/aperturerobotics/bifrost.git
Documentation: pkg.go.dev

# Functions

AttachRPCToStream attaches a RPC to a stream.
NewNetConn constructs a new NetConn.

# Constants

StreamState_ESTABLISHED indicates the stream is established.
StreamState_ESTABLISHING indicates the stream is connecting.
StreamState_NONE indicates nothing about the state.

# Variables

Enum value maps for StreamState.
Enum value maps for StreamState.

# Structs

Data is a data packet.
NetConn wraps an RPC into a net.Conn compat interface.

# Interfaces

RPC matches the request/response interface.

# Type aliases

StreamState is state for the stream related calls.