daemon

package
v0.0.0-...-2af415a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

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

type Manifest struct {
	Metadata Metadata `json:"metadata,omitempty"`
}

type Metadata

type Metadata struct {
	Name     string    `json:"name,omitempty"`
	Alias    string    `json:"alias,omitempty"`
	Info     Info      `json:"info,omitempty"`
	LastPing time.Time `json:"lastPing,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL