model

package
v1.15.0 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnalyticsEvent added in v1.4.0

type AnalyticsEvent struct {
	AppID                string `json:"appID"`
	SessionID            string `json:"sessionID"`
	PayloadType          string `json:"payloadType"`
	PayloadSchemaVersion int    `json:"payloadSchemaVersion"`
	Payload              string `json:"payload"`
	URI                  string `json:"uri"`
	Timestamp            string `json:"timestamp"`
	InstallationID       string `json:"installationID"`
	EnvironmentClass     string `json:"environmentClass"`
}

type AnalyticsEventInput added in v1.4.0

type AnalyticsEventInput struct {
	AppID                string `json:"appID"`
	SessionID            string `json:"sessionID"`
	PayloadType          string `json:"payloadType"`
	PayloadSchemaVersion int    `json:"payloadSchemaVersion"`
	Payload              string `json:"payload"`
	URI                  string `json:"uri"`
}

type Identity

type Identity struct {
	Provider string `json:"provider"`
	Codename string `json:"codename"`
}

type Kubernetes

type Kubernetes struct {
	APIURL  string `json:"apiUrl"`
	AuthURL string `json:"authUrl"`
	CaCert  string `json:"caCert"`
}

type Mutation added in v1.14.0

type Mutation struct {
}

type Query added in v1.14.0

type Query struct {
}

Jump to

Keyboard shortcuts

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