mirror of
https://gitee.com/energye/energy.git
synced 2024-11-30 10:47:57 +08:00
14 lines
244 B
Go
14 lines
244 B
Go
//----------------------------------------
|
|
//
|
|
// Copyright © yanghy. All Rights Reserved.
|
|
//
|
|
// Licensed under GNU General Public License v3.0
|
|
//
|
|
//----------------------------------------
|
|
|
|
package cef
|
|
|
|
type JSFunction struct {
|
|
ICEFv8Value
|
|
}
|