add coloring option for title

This commit is contained in:
Cubicroot 2021-05-02 12:27:13 +02:00
parent 567c814968
commit fe1cbdf79e
7 changed files with 102 additions and 24 deletions

View file

@ -42,7 +42,8 @@ type Configuration struct {
Security struct {
CheckHIBP bool `default:"false"`
}
Crypto CryptoConfig
Crypto CryptoConfig
Message map[string]interface{}
}
func configFiles() []string {