mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-27 04:46:35 +08:00
8 lines
147 B
Go
8 lines
147 B
Go
package ipconfigs
|
|
|
|
// IP名单引用
|
|
type IPListRef struct {
|
|
IsOn bool `yaml:"isOn" json:"isOn"`
|
|
ListId int64 `yaml:"listId" json:"listId"`
|
|
}
|