Versions in this module Expand all Collapse all v2 v2.5.6 Aug 7, 2023 Changes in this version + func NewDefaultVerifier() *defaultVerifier + func ResponseBodyMatches(expectedBody []byte) *responseBodyMatches + func ResponseCodeMatches(expectedResponseCode int) *responseCodeMatches + type Matcher interface + Matches func(resp Response) error + type Response struct + Body []byte + ResponseCode int + type Verifier interface + VerifyURL func(url string, matchers ...Matcher) error Other modules containing this package github.com/sonal-chauhan/aws-load-balancer-controller