Skip to content

Commit

Permalink
Missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Chen committed Aug 23, 2019
1 parent c6d3b3f commit 315f100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions info/node.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package info

import (
"time"
)

type Node struct {
tableName struct{} `sql:"node_metrics,alias:t" pg:",discard_unknown_columns"`

Expand Down

0 comments on commit 315f100

Please sign in to comment.