cmd

package
v0.0.0-...-d073831 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Types

type DataPoint

type DataPoint struct {
	DataType string `json:"data_type"`
	Name     string `json:"name"`
	Data     string `json:"data"`
}

type DataPointRequest

type DataPointRequest struct {
	DatasetID  string      `json:"dataset_id"`
	DataPoints []DataPoint `json:"datapoints"`
}

type Dataset

type Dataset struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}

type DatasetResponse

type DatasetResponse struct {
	Data struct {
		ID string `json:"id"`
	} `json:"data"`
}

Jump to

Keyboard shortcuts

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