queries

package
v0.0.0-...-2ac9a84 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JobQueryResult

type JobQueryResult struct {
	ID              uint       `gorm:"column:id"`
	CreatedAt       time.Time  `gorm:"column:created_at"`
	UpdatedAt       time.Time  `gorm:"column:updated_at"`
	DeletedAt       *time.Time `gorm:"column:deleted_at"`
	DiggerJobID     string     `gorm:"column:digger_job_id"`
	Status          string     `gorm:"column:status"`
	WorkflowRunURL  string     `gorm:"column:workflow_run_url"`
	WorkflowFile    string     `gorm:"column:workflow_file"`
	TerraformOutput string     `gorm:"column:terraform_output"`
	PRNumber        int        `gorm:"column:pr_number"`
	RepoFullName    string     `gorm:"column:repo_full_name"`
	BranchName      string     `gorm:"column:branch_name"`
}

Jump to

Keyboard shortcuts

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