Skip to content

Commit c8cfae2

Browse files
committed
Update json tag for more accuracy
1 parent afdf3f7 commit c8cfae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ste/JobsAdmin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ func (ja *jobsAdmin) MessagesForJobLog() <-chan struct {
790790

791791
/* PerfAdjustment message. */
792792
type jaPerfAdjustmentMsg struct {
793-
Throughput int64 `json:"cap-mbps"`
793+
Throughput int64 `json:"cap-mbps,string"`
794794
}
795795

796796
func (ja *jobsAdmin) messageHandler(inputChan <-chan common.LCMMsg) {

0 commit comments

Comments
 (0)