test_helper

package
v0.0.0-...-8c33995 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunTmpServer

func RunTmpServer(port int16)

Types

type Info

type Info struct {
	VersionInfo TVersionInfo `json:"version_info" xml:"version_info"`
}

type KV

type KV struct {
	Key   string `json:"key" xml:"key"`
	Value string `json:"value" xml:"value"`
}

type TVersion

type TVersion struct {
	Version     string `json:"version" xml:"version"`
	Repo        string `json:"repo" xml:"repo"`
	Commit      string `json:"commit" xml:"commit"`
	Name        string `json:"name" xml:"name"`
	KVs         []KV   `json:"kvs" xml:"kvs"`
	ChangeCount int    `json:"change_count" xml:"change_count"`
}

type TVersionInfo

type TVersionInfo struct {
	Git TVersion `json:"git" xml:"git"`
	Hg  TVersion `json:"hg" xml:"hg"`
	Svn TVersion `json:"svn" xml:"svn"`
}

Jump to

Keyboard shortcuts

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