models

package
v0.0.0-...-6f9beb0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Checks

type Checks struct {
	gorm.Model
	ID    uint  `gorm:"primary_key"`
	JobID uint  `gorm:"not null"`
	Time  int64 `gorm:"not null"`
}

type Jobs

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL