mirror of
https://github.com/usememos/memos.git
synced 2025-10-09 13:56:40 +08:00
8 lines
147 B
Go
8 lines
147 B
Go
package api
|
|
|
|
import "memos/common"
|
|
|
|
type SystemStatus struct {
|
|
Owner *User `json:"owner"`
|
|
Profile *common.Profile `json:"profile"`
|
|
}
|