mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 04:10:25 +08:00
12 lines
201 B
Go
12 lines
201 B
Go
// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
|
|
|
|
package reporterconfigs
|
|
|
|
type NodeConfig struct {
|
|
Id int64 `json:"id"`
|
|
}
|
|
|
|
func (this *NodeConfig) Init() error {
|
|
return nil
|
|
}
|