msg

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Broadcast

type Broadcast struct {
	// contains filtered or unexported fields
}

func NewBroadcast

func NewBroadcast[T target.Portal_](
	port target.Port,
	_ *sig.Map[string, T],
) *Broadcast

func (*Broadcast) BroadcastMsg

func (b *Broadcast) BroadcastMsg(ctx context.Context, conn rpc.Conn)

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(port target.Port) (sender *Client)

func (*Client) Close

func (s *Client) Close() (err error)

func (*Client) Connect

func (s *Client) Connect(ctx context.Context, portal target.Portal_) (err error)

func (*Client) Init

func (s *Client) Init(reloader Reloader, apphost target.ApphostCache) *Client

func (*Client) Send

func (s *Client) Send(msg target.Msg) (err error)

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func NewHandler

func NewHandler(
	reloader Reloader,
	apphost target.ApphostCache,
) *Handler

func (*Handler) HandleMsg

func (s *Handler) HandleMsg(ctx context.Context, msg target.Msg)

type Reloader

type Reloader interface {
	Reload() error
}

Jump to

Keyboard shortcuts

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