demo

package
v0.0.0-...-a3600d7 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseResponse

type BaseResponse struct {
	Result  int    `json:"result"`
	OptType int    `json:"opttype"`
	Message string `json:"message"`
	//Body    interface{} `json:"body"`
	Token string `json:"token"`
}

type CreateReq

type CreateReq struct {
	Tables []*common.Table `json:"tables"`
}

type CreateRes

type CreateRes struct {
	BaseResponse
	Body CreateResBody
}

type CreateResBody

type CreateResBody struct {
	SvrZipUrl string `json:"svr_zip_url"`
	WebZipUrl string `json:"web_zip_url"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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