Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
LogFields []zap.Field
Json []byte
Provider string
// Github hook fields, if the value is not available they are empty
// strings.
DeliveryID string
EventType string
Repository string
CommitID string
Branch string
PullRequestName string
// PullRequestNr is 0 if it's not available
PullRequestNr int
}
Click to show internal directories.
Click to hide internal directories.