Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNoOpController ¶
func NewNoOpController() (factory.BackendController, error)
NewNoOpController creates a Noop controller
Types ¶
type NoOpController ¶
type NoOpController struct {
// contains filtered or unexported fields
}
NoOpController Controller for noop backend
func (*NoOpController) AddConfig ¶
func (noop *NoOpController) AddConfig(name string, config factory.BackendConfig)
AddConfig Add event
func (*NoOpController) DeleteConfig ¶
func (noop *NoOpController) DeleteConfig(name string)
DeleteConfig delete event
func (*NoOpController) ExitChannel ¶
func (noop *NoOpController) ExitChannel() chan struct{}
ExitChannel returns the channel used to communicate nginx process has exited
func (*NoOpController) Name ¶
func (noop *NoOpController) Name() string
Name returns the name of the backend controller
Click to show internal directories.
Click to hide internal directories.