MCPcopy
hub / github.com/openfaas/faas / testNotifier

Struct testNotifier

gateway/handlers/notifier_wrapper_test.go:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type testNotifier struct {
89 StatusReceived int
90}
91
92// Notify about service metrics
93func (tf *testNotifier) Notify(method string, URL string, originalURL string, statusCode int, event string, duration time.Duration) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected