apis

package
v0.0.0-...-02b5080 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 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 ErrResponse

type ErrResponse struct {
	Ok      bool   `json:"ok"`
	Msg     string `json:"msg"`
	TrackID string `json:"track_id"`
}

type QueryCityListGetRequest

type QueryCityListGetRequest struct {
	core.NCloudRequest
}

func NewQueryCityListGetRequest

func NewQueryCityListGetRequest() *QueryCityListGetRequest

type QueryCityListGetResponse

type QueryCityListGetResponse struct {
	Ok      bool                `json:"ok"`
	Msg     string              `json:"msg"`
	Data    map[string][]string `json:"data"`
	TrackID string              `json:"track_id"`
}

Jump to

Keyboard shortcuts

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