1 Star 0 Fork 120

watertreestar / edge

forked from iBUILDING-X / driver-box 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
export.go 239 Bytes
一键复制 编辑 原始数据 按行查看 历史
watertreestar 提交于 2023-08-02 14:38 . chore: rename package
package export
import "gitee.com/watertreestar/edge/driverbox/plugin"
type Export interface {
Init() error
ExportTo(deviceData plugin.DeviceData)
SendStatusChangeNotification(deviceName string, online bool) error
IsReady() bool
}
Go
1
https://gitee.com/watertreestar/edge.git
git@gitee.com:watertreestar/edge.git
watertreestar
edge
edge
v1.0.0

搜索帮助