memos/api/system.go
2022-05-17 21:21:13 +08:00

9 lines
147 B
Go

package api
import "memos/common"
type SystemStatus struct {
Owner *User `json:"owner"`
Profile *common.Profile `json:"profile"`
}