memos/api/system.go

6 lines
70 B
Go

package api
type SystemStatus struct {
Owner *User `json:"owner"`
}