Initial commit (code only without large binaries)
This commit is contained in:
11
EdgeCommon/pkg/nodeconfigs/product_config.go
Normal file
11
EdgeCommon/pkg/nodeconfigs/product_config.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package nodeconfigs
|
||||
|
||||
const DefaultProductName = "GoEdge"
|
||||
|
||||
// ProductConfig 产品相关设置
|
||||
type ProductConfig struct {
|
||||
Name string `yaml:"name" json:"name"`
|
||||
Version string `yaml:"version" json:"version"`
|
||||
}
|
||||
Reference in New Issue
Block a user