Created
This commit is contained in:
12
entity/system_status_tool.go
Normal file
12
entity/system_status_tool.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package entity
|
||||
|
||||
// SystemStatusTool system status tool properties
|
||||
type SystemStatusTool struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Action string `json:"action"`
|
||||
Description string `json:"description"`
|
||||
Success bool `json:"success"`
|
||||
Message string `json:"message"`
|
||||
Confirm bool `json:"confirm"`
|
||||
}
|
||||
Reference in New Issue
Block a user