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