recorder

package
v0.0.0-...-f06f3bb Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 1 Imported by: 35

Documentation

Index

Constants

View Source
const (
	RecorderServiceClientAddress          = "recorder.service.client.address"
	RecorderServiceRouterDialAddress      = "recorder.service.router.dial.address"
	RecorderServiceRouterDialAddressError = "recorder.service.router.dial.address.error"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Direction       bool
	TimestampFormat string
	Hexdump         bool
}

type RecordOption

type RecordOption func(opts *RecordOptions)

func MetadataRecordOption

func MetadataRecordOption(md any) RecordOption

type RecordOptions

type RecordOptions struct {
	Metadata any
}

type Recorder

type Recorder interface {
	Record(ctx context.Context, b []byte, opts ...RecordOption) error
}

type RecorderObject

type RecorderObject struct {
	Recorder Recorder
	Record   string
	Options  *Options
}

Jump to

Keyboard shortcuts

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