package
Version:
v0.9.7
Opens a new window with list of versions in this module.
Published: Oct 22, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DBConfig struct {
SqlitePath string `ini:"SQLITE_PATH"`
}
type EjConfig struct {
APIKey string `ini:"API_KEY"`
APISecret string `ini:"API_SECRET"`
URL string `ini:"URL"`
}
type ServerConfig struct {
GinSecret string `ini:"GIN_SECRET"`
JWTSecret string `ini:"JWT_SECRET"`
PollMaxRuns int64 `ini:"POLL_MAX_RUNS"`
PollDelaySeconds int64 `ini:"POLL_DELAY_SECONDS"`
ReviewLimit int64 `ini:"REVIEW_LIMIT"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.