Добавил настройку отображения
This commit is contained in:
parent
9fa91004bf
commit
4f998a2730
5 changed files with 10 additions and 5 deletions
|
|
@ -12,8 +12,9 @@ import (
|
|||
type KikiSettings struct {
|
||||
Instance string `yaml:"instance,omitempty"`
|
||||
RSSURLs []struct {
|
||||
Url string `yaml:"url,omitempty"`
|
||||
Sensitive bool `yaml:"sensitive,omitempty"`
|
||||
Url string `yaml:"url,omitempty"`
|
||||
Sensitive bool `yaml:"sensitive,omitempty"`
|
||||
Visibility string `yaml:"visibility"`
|
||||
} `yaml:"rss_urls,omitempty"`
|
||||
Redis struct {
|
||||
Address string `yaml:"address"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue