package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jun 21, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AddResponse struct {
Path string `json:"path"`
Status bool `json:"status"`
ListIps []string `json:"list_ips"`
UpnpOpened bool `json:"upnp_opened"`
ErrorMessage string `json:"error_message"`
}
type PsResponse struct {
Status bool `json:"status"`
ErrorMessage string `json:"error_message"`
Servers []lib.Server `json:"servers"`
}
type RmResponse struct {
Status bool `json:"status"`
ErrorMessage string `json:"error_message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.