dto

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	Ext   string          `json:"ext"`
	Time  *time.Time      `json:"time"`
	Level string          `json:"level"`
	Data  json.RawMessage `json:"data"`
}

type DataSelect

type DataSelect struct {
	Ext       []string   `json:"ext"`
	Points    []uint64   `json:"points"`
	TimeStart *time.Time `json:"timeStart"`
	TimeEnd   *time.Time `json:"timeEnd"`
	Level     []string   `json:"level"`
	Data      []string   `json:"data"`
	Bucket    string     `json:"bucket"`
}

Jump to

Keyboard shortcuts

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