ipv6-test-backend/internal/pkg/protocol/responses.go

11 lines
167 B
Go
Raw Permalink Normal View History

2024-08-20 13:38:32 +08:00
package protocol
2024-08-18 23:23:18 +08:00
type MyIPResponse struct {
Address string `json:"address"`
Version string `json:"version"`
}
2024-08-20 13:38:32 +08:00
type ISPResponse struct {
ISP string `json:"isp"`
}