api/internal/endpoints/constants.go
baez90 57a7e10e74
Add Prometheus metrics (#10)
* Add Prometheus metrics

- cleanup
- update dependencies
- improve parsing of options where possible
- Update Go to latest version
2020-10-02 11:56:48 +02:00

7 lines
79 B
Go

package endpoints
import "time"
const (
shutdownTimeout = 5 * time.Second
)