protoc-gen-micro | Protobuf code generation for Micro | Serialization library
kandi X-RAY | protoc-gen-micro Summary
kandi X-RAY | protoc-gen-micro Summary
Protobuf code generation for Micro. Moved to go-micro/cmd/protoc-gen-micro.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of protoc-gen-micro
protoc-gen-micro Key Features
protoc-gen-micro Examples and Code Snippets
Community Discussions
Trending Discussions on protoc-gen-micro
QUESTION
Starting with micro and everything works fine. I dont have VisualStudio, but instead I have make
through chocolatey(dont know if could be the issue)
I bootstrap the service with micro new
like this.
ANSWER
Answered 2021-Sep-11 at 02:43After some reading of the basics I found the problem. Even if the proto file is generated by micro this code service Proto.Test
at line seven is the problem, because of the dot. I mean, replacing that for service Test
solved the issue. Now I dont know why. Any explanation would be preciated. I am in windows by the way
QUESTION
I am trying out go-micro and I have issues genearating .micro
boilerplate code. I have set my env and even passed the direct directory of my GOPATH
but got error
/Users/Olar/home/golib/bin/protoc-gen-micro: program not found or is not executable Please specify a program using absolute path or make sure the program is available in your PATH system variable --micro_out: protoc-gen-micro: Plugin failed with status code 1.
the command I run
...ANSWER
Answered 2020-Mar-01 at 19:01You must have protoc
and the plugin (protoc-gen-micro
) installed.
I think you omitted the second step.
See:
https://github.com/micro/protoc-gen-micro
And perhaps:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install protoc-gen-micro
protoc-gen-go
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page