entity

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Job

type Job struct {
	ID         int
	PipelineID int
	ProjectID  int
	Name       string
	Stage      string
	Status     valueobject.JobStatus
	Duration   float64
	StartedAt  *time.Time
	FinishedAt *time.Time
	WebURL     string
}

type Pipeline

type Pipeline struct {
	ID          int
	ProjectID   int
	ProjectPath string
	Ref         string
	Status      valueobject.PipelineStatus
	CreatedAt   time.Time
	Duration    int
	JobCount    int
}

type Project

type Project struct {
	ID            int
	Name          string
	PathWithNS    string
	WebURL        string
	PipelineCount int
	ActiveCount   int
}

Jump to

Keyboard shortcuts

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