# Functions
NewDaemon create a new daemon instance.
No description provided by the author
No description provided by the author
NewOptionInt creates a new OptionInt from a profile.Option.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
EgnDaemon is the main entrypoint for all the functionalities of the daemon.
No description provided by the author
InstallOptions is a set of options for installing a node software package.
InvalidOptionValueError is returned when an Option's value is invalid.
InvalidRegexError is returned when a regex is invalid.
ListInstanceItem is an item in the list of instances returned by ListInstances.
LocalInstallOptions is a set of options for installing a node software package from a local tarball.
No description provided by the author
OptionBool is a struct representing a boolean option.
OptionFloat is a struct representing a floating-point option.
OptionInt is a struct representing an integer option.
OptionPathDir is a struct representing a directory path option.
OptionPathFile is a struct representing a file path option.
OptionPort is a struct representing a port option.
OptionSelect is a struct representing an enum option.
OptionString is a struct representing a string option.
OptionURI is a struct representing a uri option.
PullResult is the result of a Pull operation, containing all the necessary information from the package.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
ComposeManager is an interface that defines methods for managing Docker Compose operations.
Daemon is the interface for the egn daemon.
No description provided by the author
No description provided by the author
Option is an interface representing a generic profile option.
# Type aliases
NodeHealth is the health of a node, matching the HTTP status codes.