Documentation ¶
Index ¶
- Constants
- func Action(cat, action string, opts ...event.Option) *event.Event
- func Alias(from, to, user string, opts ...event.Option) *event.Event
- func Group(name string, user string, opts ...event.Option) *event.Event
- func Identify(user string, opts ...event.Option) *event.Event
- func Pageview(hn string, opts ...event.Option) *event.Event
- func Screen(name string, opts ...event.Option) *event.Event
- func Session(id string, opts ...event.Option) *event.Event
- func Timing(t *contexts.Timing, opts ...event.Option) *event.Event
Constants ¶
View Source
const EventTypeAction event.Type = "action"
View Source
const EventTypeAlias event.Type = "alias"
View Source
const EventTypeGroup event.Type = "group"
View Source
const EventTypeIdentify event.Type = "identify"
View Source
const EventTypePageview event.Type = "pageview"
View Source
const EventTypeScreen event.Type = "screen"
View Source
const EventTypeSession event.Type = "session"
View Source
const EventTypeTiming event.Type = "timing"
View Source
const EventTypeTransaction event.Type = "transaction"
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.