I think we should move generation results from
https://github.com/centrifugal/centrifugo/tree/master/internal/apiproto
to https://github.com/centrifugal/centrifugo/tree/master/pkg/client
and change the docs
It will be useful to avoid unnesessary grpc client generation in projects, and just import client package from this repo.
Now, we don't have this opportunity when generated code has been placed at internal subdirectory