Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { // Reload reloads NGINX configuration. It is a blocking operation. Reload(ctx context.Context) error }
Manager manages the runtime of NGINX.
Click to show internal directories.
Click to hide internal directories.