Create initial version of new package status
This commit is contained in:
14
status/const.go
Normal file
14
status/const.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package status
|
||||
|
||||
// Definitions of Security and Status Levels
|
||||
const (
|
||||
SecurityLevelOff uint8 = 0
|
||||
SecurityLevelDynamic uint8 = 1
|
||||
SecurityLevelSecure uint8 = 2
|
||||
SecurityLevelFortress uint8 = 3
|
||||
|
||||
StatusOff uint8 = 0
|
||||
StatusError uint8 = 1
|
||||
StatusWarning uint8 = 2
|
||||
StatusOk uint8 = 3
|
||||
)
|
||||
Reference in New Issue
Block a user