utils

package
v0.0.0-...-69ce26b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DigestsInput

type DigestsInput struct {
	AsOf   time.Time `json:"asOf"`
	DryRun bool      `json:"dryRun"`
}

type InterestingSession

type InterestingSession struct {
	Identifier       string   `json:"identifier"`
	AvatarUrl        string   `json:"avatarUrl"`
	Country          string   `json:"country"`
	ActiveLength     string   `json:"activeLength"`
	Url              string   `json:"url"`
	ScreenshotUrl    string   `json:"screenshotUrl"`
	ActivityGraphUrl string   `json:"activityGraphUrl"`
	Insights         []string `json:"insights"`
	Id               int      `json:"id"`
	ChunkIndex       int      `json:"chunkIndex"`
	EventCounts      string   `json:"eventCounts"`
}

type InterestingSessionSql

type InterestingSessionSql struct {
	UserProperties string        `json:"userProperties"`
	Identifier     string        `json:"identifier"`
	Fingerprint    string        `json:"fingerprint"`
	Country        string        `json:"country"`
	ActiveLength   time.Duration `json:"activeLength"`
	SecureId       string        `json:"secureId"`
	Id             int           `json:"id"`
	ChunkIndex     int           `json:"chunkIndex"`
	EventCounts    string        `json:"eventCounts"`
}

type ProjectIdResponse

type ProjectIdResponse struct {
	ProjectId int       `json:"projectId"`
	DryRun    bool      `json:"dryRun"`
	End       time.Time `json:"end"`
	Start     time.Time `json:"start"`
}

type SessionInsightsData

type SessionInsightsData struct {
	ProjectId           int                  `json:"projectId"`
	EndFmt              string               `json:"endFmt"`
	StartFmt            string               `json:"startFmt"`
	ProjectName         string               `json:"projectName"`
	UseHarold           bool                 `json:"useHarold"`
	InterestingSessions []InterestingSession `json:"interestingSessions"`
	DryRun              bool                 `json:"dryRun"`
	ToEmail             string               `json:"toEmail"`
	UnsubscribeUrl      string               `json:"unsubscribeUrl"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL