mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-06 04:42:36 +02:00
Integrated Fantastic coffie (decaffeinated) base version
This commit is contained in:
parent
2fc5535f0f
commit
94036c4831
482 changed files with 476112 additions and 0 deletions
6
service/api/shutdown.go
Normal file
6
service/api/shutdown.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package api
|
||||
|
||||
// Close should close everything opened in the lifecycle of the `_router`; for example, background goroutines.
|
||||
func (rt *_router) Close() error {
|
||||
return nil
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue