rename user to peer

This commit is contained in:
Christoph Haas
2021-02-21 23:23:58 +01:00
parent 53814dbc27
commit 984f744548
7 changed files with 222 additions and 222 deletions

View File

@@ -27,7 +27,7 @@ const CacheRefreshDuration = 5 * time.Minute
func init() {
gob.Register(SessionData{})
gob.Register(FlashData{})
gob.Register(User{})
gob.Register(Peer{})
gob.Register(Device{})
gob.Register(LdapCreateForm{})
}