mirror of https://github.com/hashicorp/consul
clean up unused constants
parent
ede97520b0
commit
4446c25617
|
@ -47,8 +47,6 @@ import (
|
||||||
const (
|
const (
|
||||||
contentTypeHeader = "Content-Type"
|
contentTypeHeader = "Content-Type"
|
||||||
plainContentType = "text/plain; charset=utf-8"
|
plainContentType = "text/plain; charset=utf-8"
|
||||||
htmlContentType = "text/html"
|
|
||||||
jsonContentType = "application/json"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var HTTPSummaries = []prometheus.SummaryDefinition{
|
var HTTPSummaries = []prometheus.SummaryDefinition{
|
||||||
|
|
Loading…
Reference in New Issue