mirror of
https://github.com/go-i2p/newsgo.git
synced 2025-07-12 19:04:40 -04:00
22 lines
443 B
Go
22 lines
443 B
Go
package config
|
|
|
|
type Conf struct {
|
|
NewsDir string
|
|
StatsFile string
|
|
I2P bool
|
|
Http string
|
|
SamAddr string
|
|
NewsFile string
|
|
BlockList string
|
|
ReleaseJsonFile string
|
|
FeedTitle string
|
|
FeedSubtitle string
|
|
FeedSite string
|
|
FeedMain string
|
|
FeedBackup string
|
|
FeedUuid string
|
|
BuildDir string
|
|
SignerId string
|
|
SigningKey string
|
|
}
|