Documentation ¶
Index ¶
- Variables
- func HttpPostRequest(url, msgbody string) (string, error)
- func InitHTTP()
- func InitTelnet()
- func LogInit(infoHandle io.Writer, warningHandle io.Writer, errorHandle io.Writer)
- func ParseLabels(labeldir string) ([]string, map[string]string)
- func PrintMessages()
- func PrinterType(str string) string
- type Connections
- type Device
- type Devices
- type Head
- type LogMsg
- type Variables
Constants ¶
This section is empty.
Variables ¶
View Source
var Hub = &Connections{ clients: make(map[chan LogMsg]bool), addClient: make(chan (chan LogMsg)), removeClient: make(chan (chan LogMsg)), messages: make(chan LogMsg), }
View Source
var Labels []string
Functions ¶
func InitHTTP ¶
func InitHTTP()
func InitTelnet ¶
func InitTelnet()
func PrintMessages ¶
func PrintMessages()
Types ¶
type Connections ¶
type Connections struct {
// contains filtered or unexported fields
}
func (*Connections) Init ¶
func (hub *Connections) Init()
type Device ¶
type LogMsg ¶
Click to show internal directories.
Click to hide internal directories.