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 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 ¶
Click to show internal directories.
Click to hide internal directories.