10 lines
199 B
Go
10 lines
199 B
Go
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
|
//go:build plus
|
|
|
|
package dnsconfigs
|
|
|
|
// NSTSIGConfig 配置
|
|
type NSTSIGConfig struct {
|
|
IsOn bool `yaml:"isOn" json:"isOn"`
|
|
}
|