ipv6-test-backend/internal/pkg/protocol/requests.go
thehrz 063f32fcbb
All checks were successful
CI / deploy (push) Successful in 1m28s
feat: add ISP query
2024-08-20 13:38:32 +08:00

6 lines
78 B
Go

package protocol
type ISPRequest struct {
Address string `json:"address"`
}