mirror of
https://github.com/usememos/memos.git
synced 2025-10-20 03:07:10 +08:00
5 lines
70 B
Go
5 lines
70 B
Go
package api
|
|
|
|
type SystemStatus struct {
|
|
Owner *User `json:"owner"`
|
|
}
|