api

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigApiAction

type ConfigApiAction struct {
	base.BaseRouter
}

func (*ConfigApiAction) Data

func (action *ConfigApiAction) Data(r *ghttp.Request)

path: /data

func (*ConfigApiAction) Version

func (action *ConfigApiAction) Version(r *ghttp.Request)

path: /version

type ConfigBean

type ConfigBean struct {
	// columns START
	No    string `json:"no" gconv:"no,omitempty"`       // 标识
	Name  string `json:"name" gconv:"name,omitempty"`   // 名称
	Key   string `json:"key" gconv:"key,omitempty"`     // 键
	Value string `json:"value" gconv:"value,omitempty"` // 值
	Code  string `json:"code" gconv:"code,omitempty"`   // 编码
	Mac   string `json:"mac" gconv:"mac,omitempty"`     // MAC

}

Jump to

Keyboard shortcuts

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