plakken/internal/constant/constants.go

9 lines
150 B
Go
Raw Normal View History

package constant
import "time"
const (
HTTPTimeout = 3 * time.Second
ExpirationCurlCreate = 604800 * time.Second // Second in one week
)