MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Success

Function Success

pkg/outputs/outputs.go:105–107  ·  view source on GitHub ↗

Success builds the output group from the provided clients.

(clients ...Client)

Source from the content-addressed store, hash-verified

103
104// Success builds the output group from the provided clients.
105func Success(clients ...Client) OutputGroup {
106 return OutputGroup{Clients: clients}
107}
108
109// Fail returns an empty output group and an error signaling the failure that caused the output group initialization.
110func Fail(err error) (OutputGroup, error) {

Callers 6

initConsoleFunction · 0.92
initNullFunction · 0.92
initHTTPFunction · 0.92
initEventlogFunction · 0.92
initAMQPFunction · 0.92
initElasticFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected