Fix kubernetes providers shutdown and clean safe.Pool
This commit is contained in:
parent
c80d53e7e5
commit
1b63c95c4e
11 changed files with 73 additions and 190 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
package server
|
||||
|
||||
import "context"
|
||||
|
||||
func (s *Server) configureSignals() {}
|
||||
|
||||
func (s *Server) listenSignals(stop chan bool) {}
|
||||
func (s *Server) listenSignals(ctx context.Context) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue