settings struct fixed
This commit is contained in:
parent
3a6086f5b0
commit
99263e2082
@ -7,9 +7,9 @@ import (
|
|||||||
|
|
||||||
type Settings struct {
|
type Settings struct {
|
||||||
Colors `yaml:"-"`
|
Colors `yaml:"-"`
|
||||||
Resources `yaml:"resources,omitempty" json:"resources,omitempty"`
|
Resources `yaml:"resources,omitempty" json:"resources"`
|
||||||
Server `yaml:"server,omitempty" json:"server,omitempty"`
|
Server `yaml:"server,omitempty" json:"server"`
|
||||||
Config `yaml:"config,omitempty" json:"config,omitempty"`
|
Config `yaml:"config,omitempty" json:"config"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user