package
Version:
v0.0.0-...-4a84db8
Opens a new window with list of versions in this module.
Published: Sep 16, 2023
License: MIT
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 Command struct {
ClientID string `json:"client_id,omitempty"`
Command string `json:"command,omitempty"`
Parameter string `json:"parameter,omitempty"`
Response []byte `json:"response,omitempty"`
HasError bool `json:"has_error,omitempty"`
}
type Device struct {
Hostname string `json:"hostname"`
Username string `json:"username"`
UserID string `json:"user_id"`
OSName string `json:"os_name"`
OSArch string `json:"os_arch"`
MacAddress string `json:"mac_address"`
LocalIPAddress string `json:"local_ip_address"`
Port string `json:"port"`
FetchedUnix int64 `json:"fetched_unix"`
}
type File struct {
Filename string `json:"filename"`
ModTime time.Time `json:"mod_time"`
}
type FileExplorer struct {
Path string `json:"path"`
Files []File `json:"files"`
Directories []string `json:"directories"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.