mirror of
https://github.com/usememos/memos.git
synced 2025-01-14 16:43:07 +08:00
8 lines
177 B
Go
8 lines
177 B
Go
package api
|
|
|
|
import "github.com/usememos/memos/server/profile"
|
|
|
|
type SystemStatus struct {
|
|
Owner *User `json:"owner"`
|
|
Profile *profile.Profile `json:"profile"`
|
|
}
|