removed unused constants
This commit is contained in:
parent
e6b4dc9b42
commit
527d79aa3c
|
@ -11,12 +11,6 @@ import (
|
|||
"github.com/henrikhodne/go-librato/librato"
|
||||
)
|
||||
|
||||
// const (
|
||||
// metricTypeCounter = "counter"
|
||||
// metricTypeGauge = "gauge"
|
||||
// metricTypeComposite = "composite"
|
||||
// )
|
||||
|
||||
func resourceLibratoMetric() *schema.Resource {
|
||||
return &schema.Resource{
|
||||
Create: resourceLibratoMetricCreate,
|
||||
|
|
Loading…
Reference in New Issue