feat: add user role field (#49)

* feat: add user role field

* chore: fix typo

* feat: update signup api
This commit is contained in:
STEVEN
2022-05-15 10:57:54 +08:00
committed by GitHub
parent 64374610ea
commit f1cca0f298
20 changed files with 264 additions and 294 deletions

5
api/system.go Normal file
View File

@ -0,0 +1,5 @@
package api
type SystemStatus struct {
Owner *User `json:"owner"`
}