1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

remove unused file

This commit is contained in:
Timothy 2014-05-13 13:09:18 +08:00
parent 18cae7e7f3
commit 8c554c329b

View File

@ -1,20 +0,0 @@
package main
type status struct {
code string
message string
created_at string
}
type domain struct {
id int
name string
status string
records string
owner string
}
type domain_list struct {
ret_status status
domains []domain
}