package
2.4.1+incompatible
Repository: https://github.com/hashicorp/vagrant.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Package logbuffer provides a structure and API for efficiently reading and writing logs that may be streamed to a server.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
Id returns a unique Id that can be used for new values.
MustAsset is like Asset but panics when Asset would return an error.
NewStatus returns a new Status message with the given initial state.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
Run initializes and starts the server.
StatusSetError sets the error state on the status and marks the completion time.
StatusSetSuccess sets state of the status to success and marks the completion time.
TestServer starts a server and returns a gRPC client to that server.
TestWithContext specifies a context to use with the test server.
TestWithRestart specifies a channel that will be sent to to trigger a restart.
WithAuthentication configures the server to require authentication.
WithBrowserUI configures the server to enable the browser UI.
WithContext sets the context for the server.
WithGRPC sets the GRPC listener.
WithHTTP sets the HTTP listener.
WithImpl sets the service implementation to serve.
WithLogger sets the logger.
# Variables
No description provided by the author
Information about the effects of endpoints that are authenticated.
# Interfaces
An interface implemented by something that wishes to authenticate the server actions.
# Type aliases
Option configures Run.
TestOption is used with TestServer to configure test behavior.