• Matthew Holt's avatar
    OnFirstStartup and OnFinalShutdown callbacks added · 15fa5cf2
    Matthew Holt authored
    OnStartup and OnShutdown callbacks now run as part of restarts, too.
    The startup and shutdown directives only run their commands NOT as part
    of restarts, as before. Some middleware that use OnStartup may need to
    switch to OnFirstStartup and implement OnFinalShutdown to do any cleanup
    as needed.
    15fa5cf2
setup.go 2.96 KB