mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-06 13:12:36 +00:00
feat: init project
This commit is contained in:
7
api/system.go
Normal file
7
api/system.go
Normal file
@ -0,0 +1,7 @@
|
||||
package api
|
||||
|
||||
import "github.com/boojack/corgi/server/profile"
|
||||
|
||||
type SystemStatus struct {
|
||||
Profile *profile.Profile `json:"profile"`
|
||||
}
|
Reference in New Issue
Block a user