1
This commit is contained in:
parent
9823133648
commit
ed967899c4
5
types.go
5
types.go
@ -3,6 +3,11 @@ package q5
|
|||||||
type TimerCb func (int32, *Args)
|
type TimerCb func (int32, *Args)
|
||||||
type Args []interface{}
|
type Args []interface{}
|
||||||
|
|
||||||
|
type Module interface {
|
||||||
|
Init()
|
||||||
|
UnInit()
|
||||||
|
}
|
||||||
|
|
||||||
const TIMER_EXEC_EVENT = 1
|
const TIMER_EXEC_EVENT = 1
|
||||||
const TIMER_DELETE_EVENT = 2
|
const TIMER_DELETE_EVENT = 2
|
||||||
const TIMER_DESTORY_EVENT = 3
|
const TIMER_DESTORY_EVENT = 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user