mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 04:10:25 +08:00
9 lines
192 B
Go
9 lines
192 B
Go
// Copyright 2022 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
|
|
|
|
package ddosconfigs
|
|
|
|
type IPConfig struct {
|
|
IP string `json:"ip"`
|
|
Description string `json:"description"`
|
|
}
|