mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-28 18:19:36 +00:00
* Defining protobuf messages with protobuf rpc services resulted in generated code which depended upon the gRPC package. This meant the core server lib depended on gPRC and thus, so did the HTTP server. * Move rpc service protobuf definitions under bootcfg/rpc, so the bootcfg/server package no longer depends on grpc.