 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
    const RAW_DEPLOYMENTS_TABLE = `dora_deplyments`
    
      View Source
      
  
const RAW_ISSUES_TABLE = `dora_issues`
    Variables ¶
This section is empty.
Functions ¶
func CloseIssues ¶
func CloseIssues(input *core.ApiResourceInput) (*core.ApiResourceOutput, errors.Error)
TODO Please modify the folowing code to adapt to your plugin
POST /plugins/dora/issues/:id/close
{
	TODO
}
  
        func PostDeployments ¶
func PostDeployments(input *core.ApiResourceInput) (*core.ApiResourceOutput, errors.Error)
TODO Please modify the folowing code to adapt to your plugin
POST /plugins/dora/deployments
{
	TODO
}
  
        func PostIssues ¶
func PostIssues(input *core.ApiResourceInput) (*core.ApiResourceOutput, errors.Error)
TODO Please modify the folowing code to adapt to your plugin
POST /plugins/dora/issues
{
	TODO
}
  
        Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.