Documentation ¶
Index ¶
Constants ¶
View Source
const (
Application = "Seal"
)
Variables ¶
View Source
var ( APIKey = "" APIKeyEnvName = "WALRUS_TELEMETRY_API_KEY" Endpoint = "https://app.posthog.com" )
Functions ¶
func EnqueuePeriodicReportEvent ¶
EnqueuePeriodicReportEvent enqueues the periodic sync event.
Types ¶
type PeriodicReportEvent ¶
type PeriodicReportEvent struct {
// contains filtered or unexported fields
}
func (PeriodicReportEvent) Capture ¶
func (i PeriodicReportEvent) Capture(ctx context.Context) (*posthog.Capture, error)
func (PeriodicReportEvent) Enqueue ¶
func (i PeriodicReportEvent) Enqueue(ctx context.Context) error
func (PeriodicReportEvent) EventName ¶
func (i PeriodicReportEvent) EventName() string
Click to show internal directories.
Click to hide internal directories.