Documentation ¶
Index ¶
Constants ¶
View Source
const (
APIURL = "https://telemetry.batch.sh"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Token string PlumberID string CLIOptions *opts.CLIOptions // optional RoundTripper http.RoundTripper }
type ITelemetry ¶
type ITelemetry interface {
Enqueue(c posthog.Capture) error
}
type NoopTelemetry ¶
type NoopTelemetry struct{}
func (*NoopTelemetry) Enqueue ¶
func (t *NoopTelemetry) Enqueue(_ posthog.Capture) error
Click to show internal directories.
Click to hide internal directories.