agents

package
v0.10.4 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AgentBootstrapHandler added in v0.8.0

func AgentBootstrapHandler(storeInstance *store.Store) http.HandlerFunc

func AgentLogHandler

func AgentLogHandler(storeInstance *store.Store) http.HandlerFunc

func AgentRenewHandler added in v0.9.2

func AgentRenewHandler(storeInstance *store.Store) http.HandlerFunc

Types

type BootstrapRequest added in v0.8.0

type BootstrapRequest struct {
	Hostname string            `json:"hostname"`
	CSR      string            `json:"csr"`
	Drives   []utils.DriveInfo `json:"drives"`
}

type LogRequest

type LogRequest struct {
	Hostname string `json:"hostname"`
	Message  string `json:"message"`
	Level    string `json:"level"`
}

Jump to

Keyboard shortcuts

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