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.
Click to show internal directories.
Click to hide internal directories.