report

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Honeycomb *HoneycombConfig
	Twilio    *TwilioConfig
}

func DefaultConfig

func DefaultConfig() Config

type HoneycombConfig

type HoneycombConfig struct {
}

type MultiReporter

type MultiReporter struct {
	// contains filtered or unexported fields
}

func (*MultiReporter) SystemInfo

func (m *MultiReporter) SystemInfo(ctx context.Context, data []bitaxe.SystemInfo) error

type Reporter

type Reporter interface {
	SystemInfo(ctx context.Context, data []bitaxe.SystemInfo) error
}

func NewReporters

func NewReporters(conf Config) (Reporter, error)

type TwilioConfig

type TwilioConfig struct {
	AccountSid string
	AuthToken  string

	From string
	To   string
}

Jump to

Keyboard shortcuts

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