rfc: add Interface resource + controller and initial provider setup#2
rfc: add Interface resource + controller and initial provider setup#2felix-kaestner merged 6 commits intomainfrom
Interface resource + controller and initial provider setup#2Conversation
357367d to
fb4e5eb
Compare
fb4e5eb to
c1b7f7a
Compare
43d5f6a to
56d0984
Compare
|
Regarding tool installation: we are using in basically all our projects the following approach to install tools into a local (gitignored) I would suggest we do it the same way here. We should refrain from running global |
So the go tool approach suggested by @Nuckal777 would also not be feasible for you? |
|
Regarding the |
Okay, I see. As you are working on pinning the tools in a |
Everything in
internal/provider/openconfig/except the files:gen.go,gen.sh,client.go,provider.go,.gitignoreare generated by ygnmi. Don't be scared by the number of lines changed.