energy/cef/cef-v8-bind-browser.go
2023-03-24 15:20:26 +08:00

18 lines
381 B
Go

//----------------------------------------
//
// Copyright © yanghy. All Rights Reserved.
//
// Licensed under Apache License Version 2.0, January 2004
//
// https://www.apache.org/licenses/LICENSE-2.0
//
//----------------------------------------
// 基于IPC的字段数据绑定 - 主进程
package cef
var bindBrowser *bindBrowserProcess
type bindBrowserProcess struct {
}