Versions in this module Expand all Collapse all v0 v0.1.1 Dec 18, 2019 v0.1.0 Dec 17, 2019 Changes in this version + type Build struct + Action string + Created time.Time + DeployTo string + Event string + FailedStages []string + FailedSteps []string + Finished time.Time + Number int + Parent int + PullRequest int + SourceBranch string + Started time.Time + Status string + Tag string + TargetBranch string + type Commit struct + After string + Author string + AuthorAvatar string + AuthorEmail string + AuthorName string + Before string + Branch string + Link string + Message string + Ref string + SHA string + type Pipeline struct + Build Build + Commit Commit + Repo Repo + SemVer SemVer + Stage Stage + Step Step + type Plugin interface + Exec func() error + Validate func() error + type Repo struct + DefaultBranch string + FullName string + Link string + Name string + Owner string + Private bool + RemoteURL string + SCM string + Visibility string + type SemVer struct + Build string + Error string + Major string + Minor string + Patch string + Prerelease string + Short string + Version string + type Stage struct + Arch string + DependsOn []string + Finished time.Time + Kind string + Machine string + Name string + Number int + OS string + Started time.Time + Status string + Type string + Variant string + Version string + type Step struct + Name string + Number int