Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client GitHub客户端封装
func (*Client) GetWorkflowStatus ¶
func (c *Client) GetWorkflowStatus(requestID string) (*types.GitHubWorkflowResponse, error)
GetWorkflowStatus 获取工作流状态
func (*Client) TriggerMirrorWorkflow ¶
func (c *Client) TriggerMirrorWorkflow(sourceImage, targetRegistry string) (*types.MirrorRequest, error)
TriggerMirrorWorkflow 触发镜像转存工作流
Click to show internal directories.
Click to hide internal directories.