Documentation ¶ Index ¶ func ReceiveEvents(port string, cr *gitops.CustomRepo) error type Change Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReceiveEvents ¶ func ReceiveEvents(port string, cr *gitops.CustomRepo) error Types ¶ type Change ¶ type Change struct { Sha string `json:"sha"` Author string `json:"author"` Message string `json:"message"` } Source Files ¶ View all Source files webhook.go Click to show internal directories. Click to hide internal directories.