types

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2025 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 GitHubWorkflowResponse

type GitHubWorkflowResponse struct {
	WorkflowID int64  `json:"workflow_id"`
	Status     string `json:"status"`
	Conclusion string `json:"conclusion"`
	URL        string `json:"url"`
}

GitHubWorkflowResponse GitHub工作流响应

type MirrorRequest

type MirrorRequest struct {
	ID             string    `json:"id"`
	SourceImage    string    `json:"source_image"`
	TargetRegistry string    `json:"target_registry"`
	Status         string    `json:"status"` // pending, running, success, failed
	CreatedAt      time.Time `json:"created_at"`
	UpdatedAt      time.Time `json:"updated_at"`
	Error          string    `json:"error,omitempty"`
}

MirrorRequest 镜像转存请求

Jump to

Keyboard shortcuts

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