package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Oct 14, 2022
License: Unlicense
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
StatusGood Status = "good"
StatusBusy = "busy"
StatusFull = "full"
StatusMaintenance = "maintenance"
StatusUnknown = "unknown"
)
type Server struct {
ServerName string
ServerStatus Status
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.