WASAPhoto/service/api/shutdown.go

6 lines
173 B
Go

package api
// Close should close everything opened in the lifecycle of the `_router`; for example, background goroutines.
func (rt *_router) Close() error {
return nil
}