mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 03:26:36 +08:00
9 lines
160 B
Go
9 lines
160 B
Go
|
|
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||
|
|
|
||
|
|
package reporterconfigs
|
||
|
|
|
||
|
|
// GlobalSetting 全局设置
|
||
|
|
type GlobalSetting struct {
|
||
|
|
|
||
|
|
}
|