models and doc update
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2024-05-22 10:06:00 +02:00
parent 2e2ebad364
commit d657e64ae4
25 changed files with 3675 additions and 427 deletions

8
client/avatar.go Normal file
View File

@ -0,0 +1,8 @@
package client
import "time"
type Avatar struct {
File string
Date time.Time
}