package
2.1.0-alpha.4+incompatible
Repository: https://github.com/jaredallard/minecraft-preempt.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Variables

StatusRunning denotes an instances is currently running and is able to accept connections.
StatusStarting denotes an instance is currently starting and is not able to accept connections or be started.
StatusStopped denotes an instance is stopped and is not able to accept connections, but can be started.
StatusStopping denotes an instance is currently stopping and is not able to accept connections or be started.
StatusUnknown denotes an instance is in an unknown state and cannot be determined.

# Interfaces

Provider is a cloud provider.

# Type aliases

ProviderStatus is the status of an instance.