File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 66 "time"
77)
88
9- const Version_2AT6MB8 = true
9+ const Version_SJLS0N0 = true
1010
1111type KeyResolver interface {
1212 Resolve (string )
@@ -32,7 +32,6 @@ type ProjectReporter interface {
3232type SourceTx interface {
3333 ReportDataType (v DataType )
3434 ReportBytes (v uint64 )
35- ReportDuration (v uint64 )
3635 ReportAllowedForTraining (v bool )
3736}
3837
Original file line number Diff line number Diff line change @@ -58,5 +58,4 @@ func (r *noopSourceReporter) Tx(f func(SourceTx))
5858func (r * noopSourceReporter ) TxAt (ts time.Time , f func (SourceTx )) {}
5959func (r * noopSourceReporter ) ReportDataType (v DataType ) {}
6060func (r * noopSourceReporter ) ReportBytes (v uint64 ) {}
61- func (r * noopSourceReporter ) ReportDuration (v uint64 ) {}
6261func (r * noopSourceReporter ) ReportAllowedForTraining (v bool ) {}
You can’t perform that action at this time.
0 commit comments