responses

package
v0.14.1 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateProject added in v0.14.0

type CreateProject struct {
	Token   string `json:"token"`
	TokenID string `json:"token_id"`
}

CreateProject represents the responses for CreateProject.

type CreateToken added in v0.14.0

type CreateToken struct {
	CreatedAt string `json:"created_at"`
	ExpiresAt string `json:"expires_at"`
	Token     string `json:"token"`
	TokenID   string `json:"token_id"`
}

CreateToken represents the responses for CreateToken.

type Diff

type Diff TargetOperation

Diff represents the responses for Diff.

type Exec

type Exec TargetOperation

Exec represents the responses for Exec.

type ExecuteWorkflow

type ExecuteWorkflow struct {
	WorkflowName string `json:"workflow_name"`
}

ExecuteWorkflow represents the responses for ExecuteWorkflow.

type GetLogs

type GetLogs struct {
	Logs []string `json:"logs"`
}

GetLogs represents the responses for GetLogs.

type GetProject

type GetProject struct {
	Name       string `json:"name"`
	Repository string `json:"repository"`
}

GetProject represents the responses for GetProject.

type GetWorkflowStatus

type GetWorkflowStatus struct {
	Name     string `json:"name"`
	Status   string `json:"status"`
	Created  string `json:"created"`
	Finished string `json:"finished"`
}

GetWorkflowStatus represents the responses for GetWorkflowStatus.

type GetWorkflows

type GetWorkflows []string

GetWorkflows represents the responses for GetWorkflows.

type ListTokens added in v0.14.0

type ListTokens struct {
	CreatedAt string `json:"created_at"`
	ExpiresAt string `json:"expires_at"`
	ProjectID string `json:"project,omitempty"`
	TokenID   string `json:"token_id"`
}

ListTokens represents the responses for ListTokens.

type Sync

type Sync TargetOperation

Sync represents the responses for Sync.

type TargetOperation

type TargetOperation struct {
	WorkflowName string `json:"workflow_name"`
}

TargetOperation represents the output to a targetOperation.

Jump to

Keyboard shortcuts

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