mirror of
https://github.com/usememos/memos.git
synced 2025-03-24 14:40:16 +01:00
6 lines
70 B
Go
6 lines
70 B
Go
package api
|
|
|
|
type SystemStatus struct {
|
|
Owner *User `json:"owner"`
|
|
}
|