dependabot[bot] 821949fed3
Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#68)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.5...v1.3.6)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 06:49:26 +03:00
2022-11-15 12:53:04 +03:00
2021-10-23 23:21:10 +03:00
2021-06-23 00:23:38 +03:00
2021-12-26 01:09:11 +03:00
2021-06-23 00:23:38 +03:00
2022-03-20 15:08:04 +03:00
2021-02-23 14:50:01 +03:00
2022-11-15 12:53:04 +03:00
2022-11-15 12:53:04 +03:00
2022-02-18 00:54:47 +03:00
2022-03-03 19:11:57 +03:00
2022-11-15 12:53:04 +03:00
2022-11-15 12:53:04 +03:00
2022-11-15 12:53:04 +03:00

protoc-gen-go-micro

protobuf plugin to generate helper code for micro framework

A generic code/script/data generator based on Protobuf.


This project is a generator plugin for the Google Protocol Buffers compiler (protoc).

Usage

$> protoc --go_micro_out=debug=true,components="micro|http":. input.proto
Option Default Value Accepted Values Description
tag_path . any local path path contains generated protobuf code that needs to be tagged
debug               false       true or false if true, protoc will generate a more verbose output
components micro micro rpc http chi gorilla client server some values can't coexists like gorilla/chi or rpc/http, values must be concatinated with pipe symbol

Install

  • Install the go compiler and tools from https://golang.org/doc/install
  • Install protoc-gen-go: go install google.golang.org/protobuf/cmd/protoc-gen-go
  • Install protoc-gen-go-micro: go install go.unistack.org/protoc-gen-go-micro/v3
Description
No description provided
Readme
v3.10.11 Latest
2024-12-13 16:14:55 +03:00
Languages
Go 100%