nginx

package
v1.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompletedConfig

type CompletedConfig struct {
	ManagersConfig map[string]*configuration.CompletedManagerConfig
}

func (*CompletedConfig) NewConfigsManager

func (cc *CompletedConfig) NewConfigsManager() (ConfigsManager, error)

type Config

type Config struct {
	ManagersConfig map[string]*configuration.ManagerConfig
}

func (*Config) Complete

func (c *Config) Complete() (*CompletedConfig, error)

type ConfigsManager

type ConfigsManager interface {
	Start() error
	Stop(timeout time.Duration) error
	GetConfigs() map[string]configuration.NginxConfig
	GetServerInfos() []*v1.WebServerInfo
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL