You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project that embeds the Distribution Registry. Unless I missed something, there is no way to gracefully shutdown the registry HTTP server from code. The registry server expects a signal on the quit channel, which is in a global variable that is private to the package.
I would like to have a shutdown method on the registry.Registry struct so that I can gracefully shutdown an embedded registry HTTP server.