slash-e/api/system.go
2023-03-16 08:25:58 +08:00

8 lines
138 B
Go

package api
import "github.com/boojack/shortify/server/profile"
type SystemStatus struct {
Profile *profile.Profile `json:"profile"`
}