package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Mar 22, 2026
License: Apache-2.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 App struct {
Debug bool
}
type Database struct {
SQLitePath string `validate:"required"`
}
type Github struct {
Token string `masq:"secret" validate:"required"`
Owner string `validate:"required"`
Repo string `validate:"required"`
Issues struct {
ParseInterval time.Duration `validate:"required"`
HttpClientTimeout time.Duration `validate:"required"`
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.