Skip to content

Commit

Permalink
fix: compile (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-gao authored May 24, 2024
1 parent 688f694 commit 4982832
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions model.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,11 @@ type PullLogMeta struct {
Netflow int
RawSize int
RawDataCountBeforeQuery int
// todo: add query meta
// Lines int
// RawSizeBeforeQuery int
// LinesBeforeQuery int
// FailedLines int
// DataCountBeforeQuery int
RawSizeBeforeQuery int
Lines int
LinesBeforeQuery int
FailedLines int
DataCountBeforeQuery int
}

// GetHistogramsResponse defines response from GetHistograms call
Expand Down

0 comments on commit 4982832

Please sign in to comment.