request

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 26, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Outbox

type Outbox interface {
	Enqueue(context.Context, []byte) error
}

type Registry

type Registry interface {
	Register(id string)
	Remove(id string)
	Consume(ctx context.Context, id string) error
	Has(id string) bool
}

type SendRequestService

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

func NewSendRequestService

func NewSendRequestService(
	egress Outbox,
	pending Registry,
) *SendRequestService

func (*SendRequestService) Send

func (service *SendRequestService) Send(ctx context.Context, input app.Frame) error

Jump to

Keyboard shortcuts

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