package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Aug 4, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Path string `yaml:"path,omitempty" validate:"required"`
MaxBytes int `yaml:"maxBytes,omitempty" default:"40960"`
MaxConnections int `yaml:"maxConnections" default:"512"`
Timeout time.Duration `yaml:"timeout" default:"5m"`
Mode string `yaml:"mode" default:"0755"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.