package
Version:
v1.2.57
Opens a new window with list of versions in this module.
Published: Mar 4, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
type Action struct {
Name string `storm:"Name" csv:"Name"`
Code string `storm:"Code" csv:"Code"`
}
var APPROVE Action = Action{Name: "Approve", Code: "APPROVE", }
var BACKUP Action = Action{Name: "Backup", Code: "BACKUP", }
var CANCEL Action = Action{Name: "Cancel", Code: "CANCEL", }
var CONNECT Action = Action{Name: "Connect", Code: "CONNECT", }
var CREATE Action = Action{Name: "Create", Code: "CREATE", }
var DELETE Action = Action{Name: "Delete", Code: "DELETE", }
var DISABLE Action = Action{Name: "Disable", Code: "DISABLE", }
var DISCONNECT Action = Action{Name: "Disconnect", Code: "DISCONNECT", }
var ENABLE Action = Action{Name: "Enable", Code: "ENABLE", }
var EXECUTE Action = Action{Name: "Execute", Code: "EXECUTE", }
var EXPORT Action = Action{Name: "EXPORT", Code: "EXPORT", }
var GETALL Action = Action{Name: "GETALL", Code: "GETALL", }
var IMPORT Action = Action{Name: "Import", Code: "IMPORT", }
var INITIALISE Action = Action{Name: "Initialise", Code: "INITIALISE", }
var LOGOUT Action = Action{Name: "Logout", Code: "LOGOUT", }
var LOOKUP Action = Action{Name: "Lookup", Code: "LOOKUP", }
var MAINTENANCE Action = Action{Name: "Maintenance", Code: "MAINTENANCE", }
var MESSAGE Action = Action{Name: "Message", Code: "MESSAGE", }
var NOTIFY Action = Action{Name: "Notify", Code: "NOTIFY", }
var PROCESS Action = Action{Name: "Process", Code: "PROCESS", }
var REJECT Action = Action{Name: "Reject", Code: "REJECT", }
var RELOAD Action = Action{Name: "Reload", Code: "RELOAD", }
var REPAIR Action = Action{Name: "Repair", Code: "REPAIR", }
var RESTART Action = Action{Name: "Restart", Code: "RESTART", }
var REVOKE Action = Action{Name: "Revoke", Code: "REVOKE", }
var SCHEDULE Action = Action{Name: "Schedule", Code: "SCHEDULE", }
var SHUTDOWN Action = Action{Name: "Shutdown", Code: "SHUTDOWN", }
var SUBMIT Action = Action{Name: "Submit", Code: "SUBMIT", }
var TIMEOUT Action = Action{Name: "Timeout", Code: "TIMEOUT", }
var UPDATE Action = Action{Name: "Update", Code: "UPDATE", }
var VALIDATE Action = Action{Name: "Validate", Code: "VALIDATE", }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.