const testClientAuthClientUsername …
func TestWebhookClientAuthWithAggregatorRouting(t *testing.T) { … }
func TestWebhookClientAuthWithoutAggregatorRouting(t *testing.T) { … }
func testWebhookClientAuth(t *testing.T, enableAggregatorRouting bool) { … }
type clientAuthRecorder …
func (i *clientAuthRecorder) Reset() chan struct{ … }
func (i *clientAuthRecorder) MarkerReceived() { … }
func newClientAuthWebhookHandler(t *testing.T, recorder *clientAuthRecorder) http.Handler { … }
var clientAuthMarkerFixture …