mirror of
https://github.com/usememos/memos.git
synced 2025-04-15 09:57:46 +02:00
9 lines
147 B
Go
9 lines
147 B
Go
package api
|
|
|
|
import "memos/common"
|
|
|
|
type SystemStatus struct {
|
|
Owner *User `json:"owner"`
|
|
Profile *common.Profile `json:"profile"`
|
|
}
|