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

Struct LoggingNotifier

gateway/handlers/notifiers.go:65–66  ·  view source on GitHub ↗

LoggingNotifier notifies a log about a request

Source from the content-addressed store, hash-verified

63
64// LoggingNotifier notifies a log about a request
65type LoggingNotifier struct {
66}
67
68// Notify the LoggingNotifier about a request
69func (LoggingNotifier) 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