mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
remove unused file
This commit is contained in:
parent
18cae7e7f3
commit
8c554c329b
@ -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
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user