package
Version:
v0.0.0-...-6f9beb0
Opens a new window with list of versions in this module.
Published: Apr 29, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Checks struct {
gorm.Model
ID uint `gorm:"primary_key"`
JobID uint `gorm:"not null"`
Time int64 `gorm:"not null"`
}
type Jobs struct {
gorm.Model
ID uint `gorm:"primary_key"`
Interval uint `gorm:"not null"`
Host string `gorm:"not null"`
Protocol string `gorm:"not null"`
Code uint
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.