Categorygithub.com/confluentinc/ccloud-sdk-go-v1-public
repositorypackage
0.0.0-20240814204612-8d8591eccb38
Repository: https://github.com/confluentinc/ccloud-sdk-go-v1-public.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

ccloud-sdk-go-v1-public

Public Golang SDK for Confluent Cloud.

To generate / update *pb.go files

  • Install protoc-gen-go:
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
  • Run go mod vendor

  • Run the following command, replacing org/org.go with the relevant file

protoc --go_out=. --go_out=/ org/org.proto -I=./ -I=vendor/github.com/gogo/protobuf \
  -I=vendor/github.com/envoyproxy/protoc-gen-validate \
  -I=vendor 
  • Remove the vendor/ directory and open a PR