package
0.0.0-20241213122953-352bf0cf4360
Repository: https://github.com/grevych/origin.git
Documentation: pkg.go.dev
# Functions
Handler returns the main http handler for this service.
NewPrivateHTTPServer creates a new HTTPService service activity.
NewPublicHTTPServer creates a new PublicHTTPService service activity.
# Structs
PrivateHTTPDependencies is used to inject dependencies into the HTTPService service activity.
PrivateHTTPServer handles internal http requests, suchs as metrics, health and readiness checks.
PublicHTTPDependencies is used to inject dependencies into the PublicHTTPService service activity.
PublicHTTPServer handles public http service calls.
# Interfaces
No description provided by the author