Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitDatabase ¶
Types ¶
type Check ¶
type Check struct { Id int64 URL string `gorm:"column:url"` Status int // status code of last result Success bool // success status of last result UserId int64 CreatedAt time.Time UpdatedAt time.Time }
func ChecksByURL ¶
type Result ¶
Click to show internal directories.
Click to hide internal directories.