Versions in this module Expand all Collapse all v1 v1.0.3 Jul 28, 2023 Changes in this version type ActionResult + BuildData []BuildInfo + Deploys []DeployInfo + MetaScanData []MetaScanReport + type BuildInfo struct + ImageName string type ContractCheckResult + SolcVersion string + Total int type ContractCheckResultDetails + GasLimit string + type DeployInfo struct + Cid string + Name string + Url string + type GasUsageForDeployments struct + Avg string + ContractName string + Limit string + Max string + Min string + type GasUsageForMethods struct + Avg string + Calls string + ContractName string + Max string + Method string + Min string + type IssuesInfo struct + ContractName string + IssuesInfo []string type Job + UserId string + type MetaScanReport struct + CheckResult string + ResultOverview string + Tool string + Total int64 type QueueMessage + JobContent string type Report + Content string + type SendJobError struct + Err error + ErrorNode string + JobID int + JobName string + func (e *SendJobError) Error() string type Status + func IntToStatus(s int) (Status, error) + func (s Status) ToString() string type Step + Volumes []string + type TestResult struct + Result int + UnitTestTitle string + type UnitTestResult struct + ContractName string + TestResultList []TestResult v1.0.2 Feb 1, 2023 Changes in this version + type EslintCheckReportDetails struct + Column string + Level string + Line string + Note string + OriginalText string + Tool string v1.0.1 Jan 29, 2023 v1.0.0 Jan 29, 2023 Changes in this version + type ActionInputArg struct + Default string + Description string + Required bool + type ActionResult struct + Artifactorys []Artifactory + CodeInfo string + Reports []Report + type ActionRun struct + Steps []ActionStep + Using string + type ActionStep struct + Run string + Shell string + type Artifactory struct + Name string + Url string + type Command int + const Command_Start + const Command_Stop + type ContractCheckResult struct + Context []ContractCheckResultDetails[T] + Name string + Result string + Tool string + func NewContractCheckResult(name string, result string, tool string, ...) ContractCheckResult[T] + type ContractCheckResultDetails struct + Issue int + Message T + Name string + func NewContractCheckResultDetails(name string, issue int, message T) ContractCheckResultDetails[T] + type ContractMethodsPropertiesReportDetails struct + Category string + Contract string + Function string + Modifiers string + Returns string + ViewPure string + Visibility string + func NewContractMethodsPropertiesReportDetails(contract, category, function, visibility, viewPure, returns, modifiers string) ContractMethodsPropertiesReportDetails + type ContractStyleGuideValidationsReportDetails struct + Column string + Level string + Line string + Note string + OriginalText string + Tool string + func NewContractStyleGuideValidationsReportDetails(line, column, level, originalText, note, tool string) ContractStyleGuideValidationsReportDetails + type Job struct + Name string + Parameter map[string]string + Stages map[string]Stage + Version string + func (job *Job) StageSort() ([]StageDetail, error) + type JobDetail struct + Duration int64 + Error string + Id int + Output *output.Output + Stages []StageDetail + StartTime time.Time + Status Status + TriggerMode string + func (jd *JobDetail) AddArtifactory(file *os.File) error + func (jd *JobDetail) ToString() string + type JobDetailDecrement []JobDetail + func (s JobDetailDecrement) Len() int + func (s JobDetailDecrement) Less(i, j int) bool + func (s JobDetailDecrement) Swap(i, j int) + type JobDetailPage struct + Data []JobDetail + Page int + PageSize int + Total int + type JobLog struct + Content string + Duration time.Duration + LastLine int + StartTime time.Time + type JobPage struct + Data []JobVo + Page int + PageSize int + Total int + type JobStageLog struct + Content string + Duration time.Duration + End bool + LastLine int + StartTime time.Time + type JobVo struct + CreateTime time.Time + Duration int64 + Error string + Name string + PipelineDetailId int + Stages map[string]Stage + StartTime time.Time + Status Status + TriggerMode string + Version string + type JobVoTimeDecrement []JobVo + func (s JobVoTimeDecrement) Len() int + func (s JobVoTimeDecrement) Less(i, j int) bool + func (s JobVoTimeDecrement) Swap(i, j int) + type Node struct + Address string + Name string + type QueueMessage struct + Command Command + JobId int + JobName string + func NewStartQueueMsg(name string, id int) QueueMessage + func NewStopQueueMsg(name string, id int) QueueMessage + type RemoteAction struct + Author string + Description string + Inputs map[string]ActionInputArg + Name string + Runs ActionRun + type Report struct + Id int + Type int + Url string + type ResultDetailType interface + type Stage struct + Needs []string + Steps []Step + type StageDetail struct + Duration int64 + Name string + Stage Stage + StartTime time.Time + Status Status + func NewStageDetail(name string, stage Stage) StageDetail + func (s *StageDetail) ToString() string + type Status int + const STATUS_FAIL + const STATUS_NOTRUN + const STATUS_RUNNING + const STATUS_STOP + const STATUS_SUCCESS + type StatusChangeMessage struct + JobId int + JobName string + Status Status + func NewStatusChangeMsg(name string, id int, status Status) StatusChangeMessage + type Step struct + Duration int64 + Id string + Name string + Run string + RunsOn string + StartTime time.Time + Status Status + Uses string + With map[string]string + type Template struct + Description string + Id int + ImageName string + Name string + Tag string + type TemplateChinese struct + DescriptionChinese string + Id int + ImageName string + Name string + Tag string + type TemplateDetail struct + Description string + Id int + Name string + Yaml string + type TemplateEnglish struct + DescriptionEnglish string + Id int + ImageName string + Name string + Tag string + type TemplateVo struct + Description string + Id int + ImageName string + Name string + Tag string + Template string