mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 17:12:02 +03:00
9 lines
177 B
Go
9 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"`
|
|
}
|