Documentation
¶
Index ¶
Constants ¶
View Source
const API = "1.0"
API is the current API version
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Printer ¶
type Printer struct {
ID string `json:"id"`
Hostname string `json:"hostname"`
Name string `json:"name"`
Location string `json:"location"`
Driver interface{} `json:"driver"`
}
Printer represents a network printer
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents shared resources
Click to show internal directories.
Click to hide internal directories.