debugger

package
v1.9.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: May 19, 2023 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Transformer

type Transformer[E any] interface {
	Transform(data []E) ([]byte, error)
}

type TransformerAny added in v1.5.0

type TransformerAny interface {
	Transformer[any]
}

type Uploader

type Uploader[E any] interface {
	Start()
	Stop()
	RecordEvent(data E)
}

func New

func New[E any](url string, transformer Transformer[E]) Uploader[E]

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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