mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-30 14:56:35 +08:00
增加查询授权版本接口
This commit is contained in:
@@ -35,6 +35,7 @@ func NewServerError(serverId int64, message string) *ServerError {
|
||||
// NodeConfig 边缘节点配置
|
||||
type NodeConfig struct {
|
||||
Id int64 `yaml:"id" json:"id"`
|
||||
Edition string `yaml:"edition" json:"edition"`
|
||||
NodeId string `yaml:"nodeId" json:"nodeId"`
|
||||
Secret string `yaml:"secret" json:"secret"`
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
|
||||
Reference in New Issue
Block a user