package
Version:
v0.0.0-...-11c8c7b
Opens a new window with list of versions in this module.
Published: Jul 11, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AppsResponse struct {
Resources []struct {
Metadata struct {
Url string
}
}
}
type Destination struct {
IP string `json:"destination"`
Port int `json:"ports,string"`
Protocol string `json:"protocol"`
}
type DoraCurlResponse struct {
Stdout string
Stderr string
ReturnCode int `json:"return_code"`
}
type StatsResponse map[string]struct {
Stats struct {
Host string
Port int
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.