Documentation ¶
Overview ¶
Package analytics offers system analytics
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventManager ¶
EventManager isn't your normal party planner
func (*EventManager) Event ¶
func (e *EventManager) Event(eventName string, properties ph.Properties)
Event function is used to send an event to the analytics handler
type Handler ¶
type Handler interface {
Event(eventName string, properties ph.Properties)
}
Handler is an interface which can be used to call various event / event association parameters provided by the posthog API
Click to show internal directories.
Click to hide internal directories.