mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
* core/proto: update protoc dependencies * cleanup * disable unimplemented forward compatibility check * fix mock * add generate make command * add .0
4 lines
199 B
Go
4 lines
199 B
Go
// Package connect provides the way to listen for updates from the cloud
|
|
package connect
|
|
|
|
//go:generate go run github.com/bufbuild/buf/cmd/buf@v1.36.0 generate --path connect.proto --config buf.yaml
|