remove an unused file
parent
8dc5303764
commit
93394a0b40
|
@ -1,23 +0,0 @@
|
|||
package protocol
|
||||
|
||||
// type Values []interface{}
|
||||
|
||||
// type ColumnType int
|
||||
|
||||
// const (
|
||||
// StringType ColumnType = iota
|
||||
// IntType
|
||||
// FloatType
|
||||
// )
|
||||
|
||||
// type Series struct {
|
||||
// Name *string
|
||||
// ColumnNames []*string
|
||||
// ColumnTypes []ColumnType
|
||||
// Points []*Point
|
||||
// }
|
||||
|
||||
// type Point struct {
|
||||
// Timestamp int64
|
||||
// Values []Values
|
||||
// }
|
Loading…
Reference in New Issue