base

package
v0.0.0-...-1142a2b Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2022 License: Apache-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 BaseRequestData

type BaseRequestData struct {
	RequestId string `json:"requestId"`
}

BaseRequestData 请求实体

type BaseResponseResult

type BaseResponseResult struct {
	Code string `json:"code"`

	Data interface{} `json:"data"`

	Message string `json:"message"`

	RequestId string `json:"requestId"`
}

BaseResponseResult 响应实体

type HelloResult

type HelloResult struct {
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

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