Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface { // Configure configures the server. Configure() error // Update updates the server, if supported uses cache. Update() error // UpdatePlugins updates the plugins, if supported. UpdatePlugins() error // StartupCommand returns the command and arguments used to startup the server. StartupCommand() (string, []string) }
Server is the interface for servers.
Click to show internal directories.
Click to hide internal directories.