mirror of https://github.com/1Panel-dev/1Panel
蘭
3 months ago
committed by
GitHub
11 changed files with 73 additions and 2 deletions
@ -0,0 +1,11 @@
|
||||
package constant |
||||
|
||||
const ( |
||||
AlertEnable = "Enable" |
||||
AlertDisable = "Disable" |
||||
AlertSuccess = "Success" |
||||
AlertError = "Error" |
||||
AlertSyncError = "SyncError" |
||||
AlertPushError = "PushError" |
||||
AlertPushSuccess = "PushSuccess" |
||||
) |
Loading…
Reference in new issue