eBay / go-ovn

A Go library for OVN Northbound/Southbound DB access using native OVSDB protocol
Apache License 2.0
108 stars 59 forks source link

Make table constants as exportable #100

Closed noah8713 closed 4 years ago

noah8713 commented 4 years ago

Since clients can watch on specific nb/sb tables, client can re-use those table constants from go-ovn directly. Hence, using upper case for tables to make those identifiers exportable.

noah8713 commented 4 years ago

@jxiaobin @hzhou8 @girishmg PTAL

girishmg commented 4 years ago

@noah8713 LGTM

vtolstov commented 4 years ago

Thank you