request

package
v0.0.0-...-5fda629 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: MulanPSL-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 CommonResp

type CommonResp struct {
	Data   interface{} `json:"data"`
	Total  int         `json:"total"`
	Limit  int         `json:"limit"`
	Offset int         `json:"offset"`
	Errors interface{} `json:"errors"`
}

type Params

type Params struct {
	// 必选
	Service string `json:"service"`

	// 可选
	Operation   string `json:"operation"`
	Start       string `json:"star"`
	End         string `json:"end"`
	LookBack    string `json:"lookback"`
	MaxDuration string `json:"maxDuration"`
	MinDuration string `json:"minDuration"`
	Limit       string `json:"limit"`
}

Jump to

Keyboard shortcuts

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