pubsub

package
v0.3.7 Latest Latest
Warning

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

Go to latest
Published: May 28, 2025 License: GPL-2.0, GPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPubSub

func NewPubSub(
	ctx context.Context,
	followRepo PubsubFollowingStorer,
	ownerId string,
	discoveryHandler discovery.DiscoveryHandler,
) *warpPubSub

func NewPubSubBootstrap

func NewPubSubBootstrap(
	ctx context.Context,
	discoveryHandler discovery.DiscoveryHandler,
) *warpPubSub

Types

type PubsubClientNodeStreamer

type PubsubClientNodeStreamer interface {
	ClientStream(nodeId string, path string, data any) (_ []byte, err error)
}

type PubsubFollowingStorer

type PubsubFollowingStorer interface {
	GetFollowees(userId string, limit *uint64, cursor *string) ([]domain.Following, string, error)
}

type PubsubServerNodeConnector

type PubsubServerNodeConnector interface {
	Node() warpnet.P2PNode
	NodeInfo() warpnet.NodeInfo
}

Jump to

Keyboard shortcuts

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