Documentation
¶
Overview ¶
Package server contains tulpa's logic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AppPort int ProxyPort int IgnoreDirs []string Timeout time.Duration Debounce time.Duration // DebouncePoll is the interval between watches while the request debouncer // is saturated. It will be disabled if <= 0. DebouncePoll time.Duration Latency time.Duration LatencyJitter time.Duration Wait bool Verbose bool // contains filtered or unexported fields }
func (*Config) Initialize ¶
func (c *Config) Initialize()
Click to show internal directories.
Click to hide internal directories.