This splits the bufapi module into two separate packages bufregistryapimodule and bufregistryapiowner, and adds the new package bufregistryapiplugin. The split namespaces the clients avoiding conflicts which would now occur with the added plugin services. For example the method V1Beta1CommitServiceClient is now found in both module and plugin pkgs.
This splits the bufapi module into two separate packages
bufregistryapimodule
andbufregistryapiowner
, and adds the new packagebufregistryapiplugin
. The split namespaces the clients avoiding conflicts which would now occur with the added plugin services. For example the methodV1Beta1CommitServiceClient
is now found in both module and plugin pkgs.