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

Method SetContext

ctx_interface_gen.go:30–30  ·  view source on GitHub ↗

SetContext sets a context implementation by user.

(ctx context.Context)

Source from the content-addressed store, hash-verified

28 Context() context.Context
29 // SetContext sets a context implementation by user.
30 SetContext(ctx context.Context)
31 // Deadline returns the time when work done on behalf of this context
32 // should be canceled. Deadline returns ok==false when no deadline is
33 // set. Successive calls to Deadline return the same results.

Calls

no outgoing calls