Documentation ¶
Index ¶
Constants ¶
View Source
const ( BodyStrategy string = "body" HttpCodeStrategy string = "http_code" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Triggering ¶
func New ¶
func New(c *pb.Condition) *Triggering
func (*Triggering) BodyStrategy ¶
func (condition *Triggering) BodyStrategy(resp *http.Response) bool
func (*Triggering) HttpCodeStrategy ¶
func (condition *Triggering) HttpCodeStrategy(resp *http.Response) bool
Click to show internal directories.
Click to hide internal directories.