mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-16 04:13:12 +00:00
8 lines
135 B
Go
8 lines
135 B
Go
package api
|
|
|
|
import "github.com/boojack/corgi/server/profile"
|
|
|
|
type SystemStatus struct {
|
|
Profile *profile.Profile `json:"profile"`
|
|
}
|