Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PosthogAnalytics ¶
type PosthogAnalytics struct {
// contains filtered or unexported fields
}
func NewPosthogAnalytics ¶
func NewPosthogAnalytics(opts *PosthogAnalyticsOpts) (*PosthogAnalytics, error)
func (*PosthogAnalytics) Enqueue ¶
func (p *PosthogAnalytics) Enqueue(event string, userId string, tenantId *string, data map[string]interface{})
func (*PosthogAnalytics) Tenant ¶
func (p *PosthogAnalytics) Tenant(tenantId string, data map[string]interface{})
type PosthogAnalyticsOpts ¶
Click to show internal directories.
Click to hide internal directories.