MCPcopy Create free account
hub / github.com/zalando/skipper / testAccessLog

Function testAccessLog

logging/access_test.go:69–71  ·  view source on GitHub ↗
(t *testing.T, entry *AccessEntry, expectedOutput string, o Options)

Source from the content-addressed store, hash-verified

67}
68
69func testAccessLog(t *testing.T, entry *AccessEntry, expectedOutput string, o Options) {
70 testAccessLogExtended(t, entry, nil, expectedOutput, o)
71}
72
73func testAccessLogExtended(t *testing.T, entry *AccessEntry,
74 additional map[string]any,

Callers 11

testAccessLogDefaultFunction · 0.85
TestAccessLogWithContextFunction · 0.85
TestAccessLogFormatJSONFunction · 0.85
TestUseXForwardedJSONFunction · 0.85
TestPortFwd4JSONFunction · 0.85
TestPresentFlowIdJSONFunction · 0.85
TestPresentAuthUserJSONFunction · 0.85
TestPresentAuditJSONFunction · 0.85
TestAccessLogStripQueryFunction · 0.85

Calls 1

testAccessLogExtendedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…