package
0.1.327
Repository: https://github.com/fluffy-bunny/grpcdotnetgo.git
Documentation: pkg.go.dev

# README

ProtoC

prerequisites

proto requirments.


cd c:/work/github/protocolbuffers
git clone https://github.com/protocolbuffers/protobuf.git


cd c:/work/github/gogo
git clone https://github.com/gogo/protobuf.git

cd c:/work/github/fluffy-bunny/grpcdotnetgo/example


cd example

go get -u github.com/fluffy-bunny/protoc-gen-go-di/cmd/protoc-gen-go-di

cd pkg
protoc --proto_path=. --proto_path=../vendor --go_out=. --go_opt=paths=source_relative  proto\error\error.proto

# Functions

E is a useful func for instantiating corev1.Errors.
WrapErr returns a corev1.Error for the given error and msg.

# Variables

No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author