Documentation
¶
Index ¶
- func GetEnv() string
- func GetEnvDir() string
- func GetMaxRequestSize() int64
- func GetMemoryBufferSize() int64
- func GetRenderingDPI() float64
- func GetShutdownTimeout() time.Duration
- func GetTCPAddress() string
- func GetTempDir() string
- func IsEnablePrometheus() bool
- func IsEnableShutdown() bool
- func Load()
- type ProcessingMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMaxRequestSize ¶
func GetMaxRequestSize() int64
func GetMemoryBufferSize ¶
func GetMemoryBufferSize() int64
func GetRenderingDPI ¶
func GetRenderingDPI() float64
func GetShutdownTimeout ¶
func GetTCPAddress ¶
func GetTCPAddress() string
func GetTempDir ¶
func GetTempDir() string
func IsEnablePrometheus ¶
func IsEnablePrometheus() bool
func IsEnableShutdown ¶
func IsEnableShutdown() bool
Types ¶
type ProcessingMode ¶
type ProcessingMode int
const ( Serialized ProcessingMode = iota Interleaved InMemory )
func GetProcessingMode ¶
func GetProcessingMode() ProcessingMode
func (ProcessingMode) String ¶
func (pm ProcessingMode) String() string
Click to show internal directories.
Click to hide internal directories.