energy/cef/cef-identifier.go

29 lines
403 B
Go
Raw Normal View History

2022-10-04 16:38:43 +08:00
//----------------------------------------
//
// Copyright © yanghy. All Rights Reserved.
//
// Licensed under GNU General Public License v3.0
//
//----------------------------------------
2022-10-04 13:21:05 +08:00
package cef
var (
_bind_id = 10000
_event_id = 10000
)
func __bind_id() int {
_bind_id++
return _bind_id
}
func __idReset() {
_bind_id = 10000
}
func __event_id() int {
_event_id++
return _event_id
}