Documentation
¶
Index ¶
Constants ¶
View Source
const (
DelayUntilHeader = "DelayUntil"
)
Variables ¶
This section is empty.
Functions ¶
func DelayMessageIfNeeded ¶
Types ¶
type PullRequest ¶
type PullRequest struct {
Number int64 `json:"number"`
}
type QueuePullRequestMessage ¶
type QueuePullRequestMessage struct { InstallationID int64 `json:"installation_id"` Repository Repository `json:"repository"` PullRequest PullRequest `json:"pull_request"` }
type QueuePushMessage ¶
type QueuePushMessage struct { InstallationID int64 `json:"installation_id"` Repository Repository `json:"repository"` }
type RegexItem ¶
func MustNewRegexItem ¶
func (*RegexItem) MarshalJSON ¶
func (*RegexItem) MarshalYAML ¶
func (*RegexItem) UnmarshalJSON ¶
func (*RegexItem) UnmarshalYAML ¶
type RegexSlice ¶
type RegexSlice []RegexItem
func (RegexSlice) ContainsOneOf ¶
func (sl RegexSlice) ContainsOneOf(items ...string) string
func (RegexSlice) String ¶
func (sl RegexSlice) String() string
func (RegexSlice) Strings ¶
func (sl RegexSlice) Strings() []string
Click to show internal directories.
Click to hide internal directories.