lint; rearrange code

This commit is contained in:
Aine
2022-08-23 22:12:11 +03:00
parent e5e9be528b
commit 85fc06cfce
8 changed files with 110 additions and 111 deletions

View File

@@ -13,9 +13,10 @@ const settingskey = "cc.etke.postmoogle.settings"
var migrations = []string{}
// settings of a room
type settings map[string]string
// settingsStruct of a room
// settingsOld of a room
type settingsOld struct {
Mailbox string
Owner id.UserID