wasa-test/service/api/shutdown.go
2024-10-01 23:55:57 +02:00

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
}