Files
EdgeCommon/pkg/nodeconfigs/node_parent_config.go

11 lines
317 B
Go
Raw Permalink Normal View History

2024-05-17 18:28:59 +08:00
// Copyright 2022 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
2022-04-04 16:42:11 +08:00
package nodeconfigs
// ParentNodeConfig 父级节点配置
type ParentNodeConfig struct {
Id int64 `yaml:"id" json:"id"`
Addrs []string `yaml:"addrs" json:"addrs"`
SecretHash string `yaml:"secretHash" json:"secretHash"`
}