analytics

package
v1.10.2 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 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 Filter

type Filter struct {
	ProjectID string    `json:"projectID"`
	StartTime time.Time `json:"startTime,omitempty"`
	EndTime   time.Time `json:"endTime,omitempty"`
	Limit     int       `json:"limit,omitempty"`
}

Filter represents the filter criteria for the query

type Query

type Query struct {
	Query []QueryItem `json:"query"`
}

Query represents the root structure of the JSON

type QueryItem

type QueryItem struct {
	Name   string `json:"name"`
	Filter Filter `json:"filter"`
}

QueryItem represents an individual query with a name and a filter

Jump to

Keyboard shortcuts

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