Update: add config route
This commit is contained in:
7
constant/proxy.go
Normal file
7
constant/proxy.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package constant
|
||||
|
||||
// ProxySignal is used to handle graceful shutdown of proxy
|
||||
type ProxySignal struct {
|
||||
Done chan<- struct{}
|
||||
Closed <-chan struct{}
|
||||
}
|
||||
Reference in New Issue
Block a user