package
Version:
v2.16.0+incompatible
Opens a new window with list of versions in this module.
Published: Apr 30, 2019
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 CatnipCurlResponse struct {
Stdout string
Stderr string
ReturnCode int `json:"return_code"`
}
type Destination struct {
IP string `json:"destination"`
Port int `json:"ports,string,omitempty"`
Protocol string `json:"protocol"`
}
type StatsResponse map[string]struct {
Stats struct {
Host string
Port int
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.