recorder

package
v0.0.0-...-26ed3c2 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: MIT Imports: 1 Imported by: 5

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 Recorder

type Recorder interface {
	Record(ctx context.Context, b []byte) 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