Closed typelogic closed 3 years ago
There are common definitions between api.proto and idpasslite.proto protobuf files. Streamline it for a more elegant code.
api.proto
idpasslite.proto
Since the inclusion of idpasslite.proto inside api.proto, the common definitions can be re-used and redundant common definitions avoided.
vi lib/src/proto/api.proto
vi lib/src/proto/idpasslite.proto
Removing redundant common definitions to simplify code.
Fixed in https://github.com/idpass/idpass-lite/commit/beb3f2b802748441f3d3d38e74cb944fb9abb263
Current Behaviour
There are common definitions between
api.proto
andidpasslite.proto
protobuf files. Streamline it for a more elegant code.Expected Behaviour
Since the inclusion of
idpasslite.proto
insideapi.proto
, the common definitions can be re-used and redundant common definitions avoided.Steps to Reproduce the Problem
vi lib/src/proto/api.proto
vi lib/src/proto/idpasslite.proto
Context
Removing redundant common definitions to simplify code.