Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhookHandler ¶
type WebhookHandler struct {
// contains filtered or unexported fields
}
func NewWebhookHandler ¶
func NewWebhookHandler(namespace string, argocdSettingsMgr *argosettings.SettingsManager, client client.Client, generators map[string]generators.Generator) (*WebhookHandler, error)
func (*WebhookHandler) HandleEvent ¶
func (h *WebhookHandler) HandleEvent(payload interface{})
func (*WebhookHandler) Handler ¶
func (h *WebhookHandler) Handler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.