package
Version:
v0.0.0-...-7d175ed
Opens a new window with list of versions in this module.
Published: Aug 15, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CacheConfig struct {
SpanInSeconds int `toml:"span_in_seconds"`
NumOfChunks int `toml:"num_of_chunks"`
}
type GcConfig struct {
ExpiresInMinutes int `toml:"expires_in_minutes"`
GcIntervalInMinutes int `toml:"gc_interval_in_minutes"`
}
type RpcConfig struct {
Enable bool `toml:"enable"`
Port string `toml:"port"`
}
type WebConfig struct {
Enable bool `toml:"enable"`
Port string `toml:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.