Add inactive config

This commit is contained in:
Jon Staab
2026-03-24 15:07:12 -07:00
parent 4b528d399f
commit 4f86f4b903
4 changed files with 39 additions and 4 deletions
+5 -4
View File
@@ -16,10 +16,11 @@ type Role struct {
}
type Config struct {
Host string `toml:"host" json:"host"`
Schema string `toml:"schema" json:"schema"`
Secret string `toml:"secret" json:"secret"`
Info struct {
Host string `toml:"host" json:"host"`
Schema string `toml:"schema" json:"schema"`
Secret string `toml:"secret" json:"secret"`
Inactive bool `toml:"inactive" json:"inactive"`
Info struct {
Name string `toml:"name" json:"name"`
Icon string `toml:"icon" json:"icon"`
Pubkey string `toml:"pubkey" json:"pubkey"`