streamer

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	PostToConnection(ctx context.Context, connectionID string, data []byte) error
	GetConnection(ctx context.Context, connectionID string) (Connection, error)
	DeleteConnection(ctx context.Context, connectionID string) error
}

Client is an API Gateway Management API client.

func NewClient

func NewClient(ctx context.Context, endpoint string, options ...Option) (Client, error)

type Connection

type Connection struct {
	ConnectedAt   time.Time
	LastActiveAt  time.Time
	IdentityIP    string
	IdentityAgent string
}

type Option

type Option func(*clientOptions)

func WithAPI

func WithAPI(api apiGatewayManagementAPI) Option

func WithAWSConfig

func WithAWSConfig(cfg aws.Config) Option

Jump to

Keyboard shortcuts

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