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