Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeChangeRunData ¶
type CodeChangeRunData struct {
Changes []DiffResult `json:"changes,omitempty"`
}
type DiffResult ¶
type IRunService ¶
type IRunService interface {
}
type OrganizationReference ¶
type Run ¶
type Run struct {
ID string `json:"id,omitempty"`
Type RunType `json:"type,omitempty"`
Status RunStatus `json:"status,omitempty"`
Organization *OrganizationReference `json:"organization,omitempty"`
WorkflowId string `json:"workflowId,omitempty"`
Data json.RawMessage `json:"data,omitempty"`
Input interface{} `json:"input,omitempty"`
}
type RunService ¶
type RunService struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService() *RunService
func (*RunService) CreateDockerFileRun ¶
func (rs *RunService) CreateDockerFileRun(organizationID, appID, targetBranch string) (*Run, error)
func (*RunService) CreateRun ¶
func (rs *RunService) CreateRun()
Click to show internal directories.
Click to hide internal directories.