merge ss and ssu
This commit is contained in:
15
pkg/handler/forward/local/metadata.go
Normal file
15
pkg/handler/forward/local/metadata.go
Normal file
@ -0,0 +1,15 @@
|
||||
package local
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const (
|
||||
readTimeout = "readTimeout"
|
||||
retryCount = "retry"
|
||||
)
|
||||
|
||||
type metadata struct {
|
||||
readTimeout time.Duration
|
||||
retryCount int
|
||||
}
|
Reference in New Issue
Block a user