package
0.0.0-20240201022239-0ae679bc1fb1
Repository: https://github.com/peakchen/go-zero.git
Documentation: pkg.go.dev
# Functions
Error logs the given v along with r in error log.
Errorf logs the given v with format along with r in error log.
Info logs the given v along with r in access log.
Infof logs the given v with format along with r in access log.
StartHttp starts a http server.
StartHttps starts a https server.
# Variables
LogContext is a context key.
# Structs
A LogCollector is used to collect logs.
# Type aliases
StartOption defines the method to customize http.Server.