eBay / go-ovn

A Go library for OVN Northbound/Southbound DB access using native OVSDB protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change interface to not fatal or panic

vtolstov opened this issue · comments

What do you think about changing interface to return error and not doing fatal/os.Exit and panic?
I can provide pr to change interface definition and after that add ability to get/set dhcp options and other stuff

It's a good idea, please do not hesitate to submit your patches.

can i change strconv.Itoa(rand.Int() to google uuid.NewRandom() ?
i think that this is more suitable for such things

pr is created