MCPcopy
hub / github.com/gofiber/fiber / String

Method String

services.go:19–19  ·  services.go::Service.String

String returns a string representation of the service. It is used to print a human-readable name of the service in the startup message.

()

Source from the content-addressed store, hash-verified

17 // String returns a string representation of the service.
18 // It is used to print a human-readable name of the service in the startup message.
19 String() string
20
21 // State returns the current state of the service.
22 State(ctx context.Context) (string, error)

Callers 15

Test_Hook_OnNameFunction · 0.65
Test_Hook_OnGroupFunction · 0.65
Test_Hook_OnGroupNameFunction · 0.65
Test_Hook_OnPreShutdownFunction · 0.65
Test_Hook_OnListenFunction · 0.65
FullURLMethod · 0.65
PortMethod · 0.65
IPMethod · 0.65
extractIPFromHeaderMethod · 0.65

Implementers 1

mockServiceservices_test.go

Calls

no outgoing calls

Tested by 15

Test_Hook_OnNameFunction · 0.52
Test_Hook_OnGroupFunction · 0.52
Test_Hook_OnGroupNameFunction · 0.52
Test_Hook_OnPreShutdownFunction · 0.52
Test_Hook_OnListenFunction · 0.52
Test_App_HandlerFunction · 0.52
Test_App_ReadTimeoutFunction · 0.52
Test_App_BadRequestFunction · 0.52
Test_App_SmallReadBufferFunction · 0.52