Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertmanagerProcessor ¶
type AlertmanagerProcessor struct {
// contains filtered or unexported fields
}
func (*AlertmanagerProcessor) HandleHttpRequest ¶
func (p *AlertmanagerProcessor) HandleHttpRequest(w http.ResponseWriter, r *http.Request)
func (*AlertmanagerProcessor) Type ¶ added in v0.1.0
func (p *AlertmanagerProcessor) Type() string
type AlertmanagerResponse ¶
type AlertmanagerResponse struct {
Message string
}
type CustomJsonProcessor ¶ added in v0.1.0
type CustomJsonProcessor struct {
// contains filtered or unexported fields
}
func NewCustomJsonProcessor ¶ added in v0.1.0
func (*CustomJsonProcessor) HandleHttpRequest ¶ added in v0.1.0
func (p *CustomJsonProcessor) HandleHttpRequest(w http.ResponseWriter, r *http.Request)
func (*CustomJsonProcessor) Type ¶ added in v0.1.0
func (p *CustomJsonProcessor) Type() string
type CustomJsonResponse ¶ added in v0.1.0
type CustomJsonResponse struct {
Message string
}
type GitlabProcessor ¶ added in v0.1.0
type GitlabProcessor struct {
// contains filtered or unexported fields
}
func NewGitlabProcessor ¶ added in v0.1.0
func (*GitlabProcessor) HandleHttpRequest ¶ added in v0.1.0
func (p *GitlabProcessor) HandleHttpRequest(w http.ResponseWriter, r *http.Request)
func (*GitlabProcessor) Type ¶ added in v0.1.0
func (p *GitlabProcessor) Type() string
type GitlabResponse ¶ added in v0.1.0
type GitlabResponse struct {
Message string
}
type K8sProcessor ¶
type K8sProcessor struct {
// contains filtered or unexported fields
}
func NewK8sProcessor ¶
func (*K8sProcessor) HandleHttpRequest ¶
func (p *K8sProcessor) HandleHttpRequest(w http.ResponseWriter, r *http.Request)
func (*K8sProcessor) Type ¶ added in v0.1.0
func (p *K8sProcessor) Type() string
type RancherProcessor ¶
type RancherProcessor struct {
// contains filtered or unexported fields
}
func NewRancherProcessor ¶
func (*RancherProcessor) HandleHttpRequest ¶
func (p *RancherProcessor) HandleHttpRequest(w http.ResponseWriter, r *http.Request)
func (*RancherProcessor) Type ¶ added in v0.1.0
func (p *RancherProcessor) Type() string
Click to show internal directories.
Click to hide internal directories.