request

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: May 26, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetPerformanceDataParams

type GetPerformanceDataParams struct {
	Field string `json:"field"`
	Value string `json:"value"`
}

type GetPerformanceDataTime

type GetPerformanceDataTime struct {
	// int64类型: time.Now().Unix()
	BeginTimestamp int64 `json:"begin_timestamp"`
	EndTimestamp   int64 `json:"end_timestamp"`
}

type RequestGetPerformanceData

type RequestGetPerformanceData struct {
	Time   *GetPerformanceDataTime     `json:"time"`
	Module string                      `json:"module"`
	Params []*GetPerformanceDataParams `json:"params"`
}

Jump to

Keyboard shortcuts

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