control

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigCtl

type ConfigCtl struct {
	Md WebConfigModel
}

func (*ConfigCtl) Load

func (c *ConfigCtl) Load(path string)

type XNodeConfig

type XNodeConfig struct {
	XMLName xml.Name `xml:"ComSqliteServer"`
	Url     XNodeUrl `xml:"url"`
}

type XNodeUrl

type XNodeUrl struct {
	XMLName xml.Name `xml:"url"`

	IsHttps bool   `xml:"https,attr"`
	Ip      string `xml:"ip,attr"`
	Port    int    `xml:"port,attr"`
}

Jump to

Keyboard shortcuts

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