tbl

package
v0.0.0-...-52d6a69 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2019 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 ConfGate

type ConfGate struct {
	Config   ConfGate_sub1   `json:"config"`
	Connects []ConfGate_sub3 `json:"connects"`
	Listens  []ConfGate_sub4 `json:"listens"`
	Name     string          `json:"name"`
	Redis    ConfGate_sub5   `json:"redis"`
}

type ConfGate_sub1

type ConfGate_sub1 struct {
	Excel string `json:"excel"`
	JSON  string `json:"json"`
	XML   string `json:"xml"`
}

type ConfGate_sub2

type ConfGate_sub2 struct {
	IP   string `json:"ip"`
	Port int64  `json:"port"`
}

type ConfGate_sub3

type ConfGate_sub3 struct {
	Disable  int64         `json:"disable"`
	Host     ConfGate_sub2 `json:"host"`
	Interval int64         `json:"interval"`
	Name     string        `json:"name"`
	Parser   string        `json:"parser"`
}

type ConfGate_sub4

type ConfGate_sub4 struct {
	Host   ConfGate_sub2 `json:"host"`
	Name   string        `json:"name"`
	Parser string        `json:"parser"`
}

type ConfGate_sub5

type ConfGate_sub5 struct {
	DB     int64         `json:"db"`
	Host   ConfGate_sub2 `json:"host"`
	Passwd string        `json:"passwd"`
}

type Global

type Global struct {
	Bool     bool          `json:"bool"`
	Float    float64       `json:"float"`
	Int      int64         `json:"int"`
	IntArray []int64       `json:"intArray"`
	ObjArray []Global_sub1 `json:"objArray"`
	StrArray []string      `json:"strArray"`
	String   string        `json:"string"`
}

type Global_sub1

type Global_sub1 struct {
	Item int64  `json:"item"`
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

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