emulator

package
v0.0.0-...-cae501f Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2025 License: MIT Imports: 6 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 struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(cfg *Config) (*Client, error)

func NewClientWithOptions

func NewClientWithOptions(opts ...Option) (*Client, error)

func (*Client) Close

func (c *Client) Close() error

func (*Client) Invoke

func (c *Client) Invoke(ctx context.Context, payload []byte) ([]byte, error)

type Config

type Config struct {
	Port           int
	InvokeTimeout  time.Duration
	ConnectTimeout time.Duration
}

func DefaultConfig

func DefaultConfig() *Config

type Option

type Option func(*Config)

func WithConnectTimeout

func WithConnectTimeout(timeout time.Duration) Option

func WithInvokeTimeout

func WithInvokeTimeout(timeout time.Duration) Option

func WithPort

func WithPort(port int) Option

Jump to

Keyboard shortcuts

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