Is there a way to auto generate only the documentation and client UI to interact with an existing Go service I have already created?
The only problem I have with auto generated code for the API service is because I have two types of supported transports (gRPC and http). I don't want to be confined to an auto generated Swagger server.