vmware / go-vmware-nsxt

golang library for NSX-T REST API
Other
55 stars 29 forks source link

Fix wrong types for FirewallStats struct #25

Closed girikuncoro closed 4 years ago

girikuncoro commented 4 years ago

This PR fixes incorrect types for ByteCount, PacketCount, and SessionCount fields. Addressing #24

vmwclabot commented 4 years ago

@girikuncoro, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

girikuncoro commented 4 years ago

Can you kindly help reviewing this? @annakhm @asarfaty

annakhm commented 4 years ago

Thank you for noticing this @girikuncoro