Documentation
¶
Index ¶
- func ConfigContext() *model.NginxConfigContext
- func ConfigContextWithFiles(accessLogName, errorLogName string, files []*mpi.File, instanceID string, ...) *model.NginxConfigContext
- func ConfigContextWithNames(accessLogName, combinedAccessLogName, ltsvAccessLogName, errorLogName string, ...) *model.NginxConfigContext
- func ConfigContextWithSysLog(accessLogName, errorLogName string, instanceID string, syslogServers []string) *model.NginxConfigContext
- func ConfigContextWithoutErrorLog(accessLogName, combinedAccessLogName, ltsvAccessLogName, instanceID string, ...) *model.NginxConfigContext
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigContext ¶ added in v3.1.0
func ConfigContext() *model.NginxConfigContext
func ConfigContextWithFiles ¶ added in v3.1.0
func ConfigContextWithNames ¶ added in v3.1.0
func ConfigContextWithNames( accessLogName, combinedAccessLogName, ltsvAccessLogName, errorLogName string, instanceID string, syslogServers []string, ) *model.NginxConfigContext
func ConfigContextWithSysLog ¶ added in v3.2.0
func ConfigContextWithSysLog( accessLogName, errorLogName string, instanceID string, syslogServers []string, ) *model.NginxConfigContext
func ConfigContextWithoutErrorLog ¶ added in v3.1.0
func ConfigContextWithoutErrorLog( accessLogName, combinedAccessLogName, ltsvAccessLogName, instanceID string, syslogServers []string, ) *model.NginxConfigContext
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.