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

Method Start

services.go:15–15  ·  view source on GitHub ↗

Start starts the service, returning an error if it fails.

(ctx context.Context)

Source from the content-addressed store, hash-verified

13type Service interface {
14 // Start starts the service, returning an error if it fails.
15 Start(ctx context.Context) error
16
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.

Implementers 1

mockServiceservices_test.go

Calls

no outgoing calls