mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 08:48:32 +02:00
refactor: clean up code and enhance utilities with new functions
This commit is contained in:
@@ -34,6 +34,8 @@ const (
|
||||
ActionContainerDie
|
||||
ActionContainerDestroy
|
||||
|
||||
ActionForceReload
|
||||
|
||||
actionContainerWakeMask = ActionContainerCreate | ActionContainerStart | ActionContainerUnpause
|
||||
actionContainerSleepMask = ActionContainerKill | ActionContainerStop | ActionContainerPause | ActionContainerDie
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user