Documentation
¶
Overview ¶
Package lib provides a public API for embedding RoadRunner as a library. It exposes the RR type for programmatic control of the server lifecycle including starting, stopping, and accessing registered plugins.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultPluginsList ¶
func DefaultPluginsList() []any
DefaultPluginsList returns all the plugins that RR can run with and are included by default
Types ¶
type RR ¶
type RR struct {
Version string
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.