Skip to content

Commit

Permalink
fix(dscpId): remove the omit from marshall on dscpId (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Fleming authored Apr 7, 2020
1 parent 007eb6d commit c3396dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type AgentAgent struct {
Description string `json:"description,omitempty"`
Direction string `json:"direction,omitempty"`
Dscp string `json:"dscp,omitempty"`
DscpID int `json:"dscpId,omitempty"`
DscpID int `json:"dscpId"`
Enabled int `json:"enabled,omitempty"`
Groups []GroupLabel `json:"groups,omitempty"`
Interval int `json:"interval,omitempty"`
Expand Down

0 comments on commit c3396dc

Please sign in to comment.