package
Version:
v5.28.2
Opens a new window with list of versions in this module.
Published: Nov 8, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Set the state of the server.
func WaitUntil(state ...State)
WaitUntil the server is in one of the specified states.
State is the state of the server.
const (
Stopped State = iota
Starting
Running
Stopping
)
Possible states for the server.
Current returns the current state of the server.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.