package
Version:
v0.0.0-...-8c278e4
Opens a new window with list of versions in this module.
Published: Mar 18, 2021
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Device struct {
Hostname string `json:"hostname"`
Username string `json:"username"`
UserID string `json:"user_id"`
OSName string `json:"os_name"`
MacAddress string `json:"mac_address"`
LocalIPAddress string `json:"local_ip_address"`
FetchedUnix int64 `json:"fetched_unix"`
}
type Download struct {
Filepath string
}
type Error struct {
HasError bool
Message string
}
type Persistence struct {
Status bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.