GoDoxy/internal/route/constants.go

9 lines
88 B
Go

package route
import (
"time"
)
const (
streamStopListenTimeout = 1 * time.Second
)