# Functions
DefaultConfig creates a new Config with default values.
New creates a new Server.
NewConfigFromFile creates a new Config from a file.
NewPool creates a new Pool.
WithLogger sets the logger for the Server.
# Structs
Config is the configuration for the Client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Pool represents a pool of Firecracker VMs that are used to run GitHub Actions jobs.
PoolConfig represents the configuration of a Pool.
No description provided by the author
Server represents the Fireactions server.
# Interfaces
PoolManager is an interface for managing pools.
# Type aliases
Opt is a functional option for Server.