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