package
2.4.1+incompatible
Repository: https://github.com/hashicorp/vagrant.git
Documentation: pkg.go.dev
# Packages
Package state manages the state that the singleprocess server has, providing operations to mutate that state safely as needed.
# Functions
New returns a Vagrant server implementation that uses BoltDB plus in-memory locks to operate safely.
TestBasis creates the basis in the DB.
TestImpl returns the vagrant server implementation.
No description provided by the author
TestRunner registers a runner and returns the ID and a function to deregister the runner.
TestServer starts a singleprocess server and returns the connected client.
WithConfig sets the server config in use with this server.
WithDB sets the Bolt DB for use with the server.
WithLogger sets the logger for use with the server.
# Type aliases
No description provided by the author