This commit is contained in:
commit
91e551f6d5
12 changed files with 388 additions and 0 deletions
8
checker/struct.go
Normal file
8
checker/struct.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package checker
|
||||
|
||||
type Domain struct {
|
||||
Name string
|
||||
DaysLeft float64
|
||||
Date string
|
||||
Failed bool
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue