export

package
v0.0.0-...-90d3743 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSV

type CSV struct{}

func (*CSV) Write

func (c *CSV) Write(ctx context.Context, samples <-chan sdr.Sample) error

type Exporter

type Exporter interface {
	Write(context.Context, <-chan sdr.Sample) error
}

type SQL

type SQL struct {
	DB *sql.DB
}

func (*SQL) Write

func (s *SQL) Write(ctx context.Context, samples <-chan sdr.Sample) error

type SpectreServer

type SpectreServer struct {
	Server            string
	SendSamplesAmount int
}

func (*SpectreServer) Write

func (s *SpectreServer) Write(ctx context.Context, samples <-chan sdr.Sample) error

Jump to

Keyboard shortcuts

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