Discover Packages
github.com/murtaza-u/remotify
manifest
daemon
package
Version:
v0.0.0-...-2af415a
Opens a new window with list of versions in this module.
Published: Apr 25, 2023
License: Apache-2.0
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
Documentation
¶
type Info struct {
Hostname string `json:"hostname,omitempty"`
Username string `json:"username,omitempty"`
OS string `json:"os,omitempty"`
Platform string `json:"platform,omitempty"`
Cores uint64 `json:"cores,omitempty"`
Memory uint64 `json:"memory,omitempty"`
}
type Manifest struct {
Metadata Metadata `json:"metadata,omitempty"`
}
type Metadata struct {
Name string `json:"name,omitempty"`
Alias string `json:"alias,omitempty"`
Info Info `json:"info,omitempty"`
LastPing time .Time `json:"lastPing,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.