Initial commit (code only without large binaries)
This commit is contained in:
6
EdgeCommon/pkg/serverconfigs/origin_ref.go
Normal file
6
EdgeCommon/pkg/serverconfigs/origin_ref.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package serverconfigs
|
||||
|
||||
type OriginRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
OriginId int64 `yaml:"originId" json:"originId"`
|
||||
}
|
||||
Reference in New Issue
Block a user