stream

package
v0.3.80 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2025 License: AGPL-3.0, AGPL-3.0-or-later Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsValidRoute

func IsValidRoute(route WarpRoute) bool

func NewStreamPool

func NewStreamPool(
	ctx context.Context,
	n NodeStreamer,
	mastodonPseudoNode MastodonPseudoStreamer,
) *streamPool

Types

type MastodonPseudoStreamer added in v0.3.21

type MastodonPseudoStreamer interface {
	ID() warpnet.WarpPeerID
	IsMastodonID(id warpnet.WarpPeerID) bool
	Addrs() []warpnet.WarpAddress
	Route(r WarpRoute, data []byte) (_ []byte, err error)
}

type NodeStreamer

type NodeStreamer interface {
	NewStream(ctx context.Context, p warpnet.WarpPeerID, pids ...warpnet.WarpProtocolID) (warpnet.WarpStream, error)
	Network() network.Network
}

type WarpRoute

type WarpRoute string

func FromPrIDToRoute

func FromPrIDToRoute(prID warpnet.WarpProtocolID) WarpRoute

func (WarpRoute) IsGet

func (r WarpRoute) IsGet() bool

func (WarpRoute) IsPrivate

func (r WarpRoute) IsPrivate() bool

func (WarpRoute) ProtocolID

func (r WarpRoute) ProtocolID() warpnet.WarpProtocolID

func (WarpRoute) String

func (r WarpRoute) String() string

type WarpRoutes

type WarpRoutes []WarpRoute

func FromProtocolIDToRoutes

func FromProtocolIDToRoutes(prIDs []warpnet.WarpProtocolID) WarpRoutes

func (WarpRoutes) FromRoutesToPrIDs

func (rs WarpRoutes) FromRoutesToPrIDs() []warpnet.WarpProtocolID

Jump to

Keyboard shortcuts

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