package
Version:
v0.0.0-...-8c33995
Opens a new window with list of versions in this module.
Published: Oct 18, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func RunTmpServer(port int16)
type Info struct {
VersionInfo TVersionInfo `json:"version_info" xml:"version_info"`
}
type KV struct {
Key string `json:"key" xml:"key"`
Value string `json:"value" xml:"value"`
}
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 struct {
Git TVersion `json:"git" xml:"git"`
Hg TVersion `json:"hg" xml:"hg"`
Svn TVersion `json:"svn" xml:"svn"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.