kit
kit copied to clipboard
GoKit CLI
This is an amazing tool. But can we have an option to read just the input from a proto file, including rpc methods, and generate a service based on that?...
i didnt found the example handler using another methord, i try to hit some endpoint using postman, just post method will be run
Hi Grant, How could I create one gRPC service as client for other gRPC service. I can NOT import pb folder from other service folder when I'm using go module....
Firstly, thank you so much for continuing this amazing tool. If there is a donation link somewhere, please let me know. I would like to know: Is there any "Magic"...
keep single `go.mod` can be useful before `go.work` mature
When I new a service with this ```bash kit n s hello-world -m github.com/example/hello-world ``` this will create a service called `hello_world`, and `github.com/example/hello_world` in `go.mod`. It should be `hello-world`...
Usage: kit generate service [flags] Aliases: service, s Flags: -w, --dmw Generate default middleware for service and endpoint --endpoint-mdw If set a default Logging and Tracking middleware will be created...
Hi, I came across a bug whilst generating boilercode for go-kit. I'm running go version: go version go1.15.2 linux/amd64 Running the latest version of kit. The service was generated as...
Hi, Thanks for the great work maintaining and adding features to this repo. How do you recommend to structure a real life set of micro services using kit? Every time...