ipv6-test-backend/internal/pkg/response/response.go

7 lines
113 B
Go
Raw Normal View History

2024-08-18 23:23:18 +08:00
package response
type MyIPResponse struct {
Address string `json:"address"`
Version string `json:"version"`
}