expiration-check/checker/struct.go
Simon Vieille 91e551f6d5
All checks were successful
ci/woodpecker/push/build Pipeline was successful
init
2024-07-22 10:36:51 +02:00

8 lines
107 B
Go

package checker
type Domain struct {
Name string
DaysLeft float64
Date string
Failed bool
}