Documentation ¶
Index ¶
- Constants
- Variables
- func Event(m *ice.Message, key string, arg ...ice.Any) *ice.Message
- func EventAction(arg ...string) ice.Actions
- func EventDeferEvent(m *ice.Message, key string, arg ...ice.Any) func(string, ...ice.Any)
- func EventsAction(arg ...string) ice.Actions
- func SignalNotify(m *ice.Message, sig syscall.Signal, cb func())
- func Watch(m *ice.Message, key string, arg ...string) *ice.Message
- type Frame
Constants ¶
View Source
const ( LISTEN = "listen" HAPPEN = "happen" )
View Source
const ( DEBUG = "debug" ERROR = "error" START = "start" RESTART = "restart" STOP = "stop" KILL = "kill" )
View Source
const ( DELAY = "delay" INTERVAL = "interval" TICK = "tick" )
View Source
const EVENT = "event"
View Source
const GDB = "gdb"
View Source
const (
PID = "pid"
)
View Source
const ROUTINE = "routine"
View Source
const SIGNAL = "signal"
View Source
const TIMER = "timer"
Variables ¶
Functions ¶
func EventDeferEvent ¶ added in v1.4.4
Types ¶
Click to show internal directories.
Click to hide internal directories.