Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build struct {
Created int64
Deploy string
Event string
Finished int64
Link string
Number int
Started int64
Status string
}
Build stores information about current build.
type Commit ¶
type Commit struct {
Author Author
Branch string
Link string
Message string
Ref string
Remote string
Sha string
}
Commit stores information about current commit.
Click to show internal directories.
Click to hide internal directories.