Removed useless struct.

This commit is contained in:
Eric
2016-07-20 14:32:09 -04:00
parent 60004f586d
commit cf191c3c03

View File

@@ -57,13 +57,6 @@ func (t TagSet) ToLineFormat() string {
return strings.TrimLeft(line, " ")
}
type MetricLine struct {
Metric string
Timestamp int64
Value string
Tags TagSet
}
func (o *OpenTSDB) Connect() error {
// Test Connection to OpenTSDB Server
uri := fmt.Sprintf("%s:%d", o.Host, o.Port)