wasa-test/service/api/shutdown.go

7 lines
173 B
Go
Raw Permalink Normal View History

2024-10-01 23:55:57 +02:00
package api
// Close should close everything opened in the lifecycle of the `_router`; for example, background goroutines.
func (rt *_router) Close() error {
return nil
}