slash-e/api/system.go
2022-09-11 16:38:06 +08:00

8 lines
135 B
Go

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