Documentation ¶
Index ¶
- func GetFileContents(proj *brigade.Project, ref, path string) ([]byte, error)
- func NewDockerPushHook(s storage.Store) gin.HandlerFunc
- func NewGenericWebhookCloudEvent(s storage.Store) gin.HandlerFunc
- func NewGenericWebhookSimpleEvent(s storage.Store) gin.HandlerFunc
- func SHA1HMAC(salt, message []byte) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFileContents ¶
GetFileContents returns the contents for a particular file in the project.
func NewDockerPushHook ¶
func NewDockerPushHook(s storage.Store) gin.HandlerFunc
NewDockerPushHook creates a new Docker Push handler for webhooks.
func NewGenericWebhookCloudEvent ¶ added in v1.0.0
func NewGenericWebhookCloudEvent(s storage.Store) gin.HandlerFunc
NewGenericWebhookCloudEvent creates a go-restful handler for generic Gateway that will handle CloudEvents.
func NewGenericWebhookSimpleEvent ¶ added in v1.0.0
func NewGenericWebhookSimpleEvent(s storage.Store) gin.HandlerFunc
NewGenericWebhookSimpleEvent creates a go-restful handler for generic Gateway.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.