This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeCommon/pkg/serverconfigs/origin_ref.go
T

7 lines
141 B
Go

package serverconfigs
type OriginRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
OriginId int64 `yaml:"originId" json:"originId"`
}