mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
7 lines
204 B
Go
7 lines
204 B
Go
package response
|
||
|
||
// WafVpConfigIpWhitelistGetResp IP白名单获取响应
|
||
type WafVpConfigIpWhitelistGetResp struct {
|
||
IpWhitelist string `json:"ip_whitelist"` // IP白名单,多个IP用逗号分隔
|
||
}
|