integration

package
v1.16.5 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

package integration allows parsing integrations' JSON payloads

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	Entity  *Entity  `json:"entity,omitempty"`
	Metrics []Metric `json:"metrics"`
}

type Entity

type Entity struct {
	Name string `json:"name"`
	Type string `json:"type"`
}

type JSON

type JSON struct {
	Data []Data `json:"data"`
}

type Metric

type Metric map[string]interface{}

Jump to

Keyboard shortcuts

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