chore: add service version

This commit is contained in:
boojack
2022-05-17 21:21:13 +08:00
parent 5d0e9724db
commit 74ab42069f
13 changed files with 66 additions and 55 deletions

View File

@ -1,5 +1,8 @@
package api
import "memos/common"
type SystemStatus struct {
Owner *User `json:"owner"`
Owner *User `json:"owner"`
Profile *common.Profile `json:"profile"`
}