Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveSession ¶
type ActiveSessionSql ¶
type ActiveSessionSql struct { UserProperties string `json:"userProperties"` Identifier string `json:"identifier"` Fingerprint string `json:"fingerprint"` City string `json:"city"` State string `json:"state"` Country string `json:"country"` ActiveLength time.Duration `json:"activeLength"` SecureId string `json:"secureId"` }
type DigestDataResponse ¶
type DigestDataResponse struct { ProjectId int `json:"projectId"` EndFmt string `json:"endFmt"` StartFmt string `json:"startFmt"` ProjectName string `json:"projectName"` UserCount string `json:"userCount"` UserDelta string `json:"userDelta"` SessionCount string `json:"sessionCount"` SessionDelta string `json:"sessionDelta"` ErrorCount string `json:"errorCount"` ErrorDelta string `json:"errorDelta"` ActivityTotal string `json:"activityTotal"` ActivityDelta string `json:"activityDelta"` ActiveSessions []ActiveSession `json:"activeSessions"` ErrorSessions []ErrorSession `json:"errorSessions"` NewErrors []NewError `json:"newErrors"` FrequentErrors []FrequentError `json:"frequentErrors"` DryRun bool `json:"dryRun"` }
type DigestsInput ¶
type ErrorSession ¶
type ErrorSessionSql ¶
type FrequentError ¶
type FrequentErrorSql ¶
type NewErrorSql ¶
Click to show internal directories.
Click to hide internal directories.