package
0.0.0-20241031051258-3ea3c0830226
Repository: https://github.com/nayan9229/hls-transcoder.git
Documentation: pkg.go.dev
# Functions
Health is a common handler for REST service health checking.
No description provided by the author
No description provided by the author
SimpleHandler wraps a simpleHandler-style HTTP handler function to turn it into a normal HTTP handler function.
# Type aliases
SimpleHandlerFunc is a HTTP handler function that signals internal errors by returning a normal Go error, and when successful returns a response body to be marshalled to JSON.