client

package
v1.1.2 Latest Latest
Warning

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

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

Documentation

Overview

Package client provides primitives to interact with the openapi HTTP API.

Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.4.1 DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Job

type Job struct {
	CreatedAt    time.Time  `json:"createdAt"`
	FinishedAt   *time.Time `json:"finishedAt,omitempty"`
	Id           JobId      `json:"id"`
	PlanId       string     `json:"planId"`
	ServiceId    string     `json:"serviceId"`
	StartCommand string     `json:"startCommand"`
	StartedAt    *time.Time `json:"startedAt,omitempty"`
	Status       *JobStatus `json:"status,omitempty"`
}

Job defines model for job.

type JobId

type JobId = string

JobId defines model for jobId.

type JobStatus

type JobStatus string

JobStatus defines model for jobStatus.

const (
	Canceled  JobStatus = "canceled"
	Failed    JobStatus = "failed"
	Succeeded JobStatus = "succeeded"
)

Defines values for JobStatus.

Jump to

Keyboard shortcuts

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