package
0.0.0-20241003013859-4d127bd10c7b
Repository: https://github.com/space-code/go-auth.git
Documentation: pkg.go.dev

# Functions

NewEchoServer initializes and returns a new Echo server instance.
RunHTTPServer starts the Echo HTTP server with the specified configuration and context.

# Constants

MaxHeaderBytes controls the maximum number of bytes the server will read parsing the request header's keys and values, including the request line.
ReadTimeout is the maximum duration for reading the entire request, including the body.
WriteTimeout is the maximum duration before timing out writes of the response.

# Structs

EchoConfig defines the configuration options for the Echo server.