agentModel

package
v0.0.0-...-054b70b Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AndroidAppInfo

type AndroidAppInfo struct {
	ApkFile string

	AppName      string
	MainPackage  string
	MainActivity string
	VersionName  string
	VersionCode  string
}

type Config

type Config struct {
	Server   string              `yaml:"Server"`
	Ip       string              `yaml:"ip"`
	Port     int                 `yaml:"port"`
	Platform _const.WorkPlatform `yaml:"platform"`

	Language string
	HostName string
	WorkDir  string
	LogDir   string
}

type Row

type Row struct {
	Cols []string `json:"col" xml:"col"`
}

type Table

type Table struct {
	Rows []Row `json:"row" xml:"row"`
}

type TestData

type TestData struct {
	XMLName xml.Name `xml:"testdata"`
	Title   string   `json:"title" xml:"title"`
	Table   Table    `json:"table" xml:"table"`
}

Jump to

Keyboard shortcuts

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