Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidResponseError ¶
type InvalidResponseError struct { ErrorMessage string StatusCode int Header map[string][]string Body []byte Duration time.Duration }
func (*InvalidResponseError) Error ¶
func (err *InvalidResponseError) Error() string
type ReturnObject ¶
type Watch ¶
type Watch struct { Name string Cron string URL string Description string Method string Body string Header map[string]string AdditionalTo []string NoErrorMailOnStatusCode []int Disabled bool Pattern string Replaces []Replace RetryOnMatch []string SkipSofterrorPatterns bool JQ string UserAgent string // contains filtered or unexported fields }
func (Watch) Process ¶
func (w Watch) Process(ctx context.Context, config config.Configuration) (*ReturnObject, error)
Click to show internal directories.
Click to hide internal directories.