 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package generic contains webhook.Plugin implementation of a generic webhooks for use in testing and/or other ad/hoc usage
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebHookPlugin ¶
type WebHookPlugin struct{}
    WebHookPlugin used for processing manual(or other) webhook requests.
func (*WebHookPlugin) Extract ¶
func (p *WebHookPlugin) Extract(buildCfg *api.BuildConfig, secret, path string, req *http.Request) (revision *api.SourceRevision, proceed bool, err error)
Extract services generic webhooks.
       Source Files
      ¶
      Source Files
      ¶
    
- doc.go
- generic.go
 Click to show internal directories. 
   Click to hide internal directories.