package
0.4.1
Repository: https://github.com/st3plox/blogchain.git
Documentation: pkg.go.dev

# Packages

file: testutil/mongo_container.go.

# Functions

No description provided by the author
GetTime returns the time from the context.
GetTraceID returns the trace id from the context.
GetValues returns the values from the context.
IsShutdown checks to see if the shutdown error is contained in the specified error value.
No description provided by the author
NewShutdownError returns an error that causes the framework to signal a graceful shutdown.a.
Respond converts a Go value to JSON and sends it to the client.
SetStatusCode sets the status code back into the context.
No description provided by the author

# Structs

No description provided by the author
Values represent state for each request.

# Type aliases

No description provided by the author
Middleware is a function designed to run some code before and/or after another Handler.