You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2021. It is now read-only.
The object TCDDBus in lib/dbus.go is exposing the methods Install, ConfigureIngress, ConfigureEgress over D-Bus and gRPC. But the methods for gRPC (protoc) and D-Bus (godbus) cannot have the same name because there is no function overloading in Golang. This has been worked around by using the ugly suffix Method in api/service.proto. So this should be refactored to use two different objects calling the same code internally.