memos/api/system.go
2022-05-22 09:29:34 +08:00

9 lines
157 B
Go

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