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