mirror of
https://github.com/usememos/memos.git
synced 2025-02-20 21:30:55 +01: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"`
|
|
}
|