ipv6-test-backend/internal/pkg/response/response.go
thehrz b66129d29c
All checks were successful
CI / deploy (push) Successful in 2m27s
pref: update myip API
2024-08-18 23:23:18 +08:00

7 lines
113 B
Go

package response
type MyIPResponse struct {
Address string `json:"address"`
Version string `json:"version"`
}