Files
matchbox/bootcfg/client
Dalton Hubble 2647f4cb7c bootcfg/rpc: Move protobuf rpc services to rpcpb package
* 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.
2016-04-01 03:33:39 -07:00
..