Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
11
plugins/inputs/jti_openconfig_telemetry/gen.go
Normal file
11
plugins/inputs/jti_openconfig_telemetry/gen.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package jti_openconfig_telemetry
|
||||
|
||||
// To run these commands, make sure that protoc-gen-go and protoc-gen-go-grpc are installed
|
||||
// > go install google.golang.org/protobuf/cmd/protoc-gen-go
|
||||
// > go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||
//
|
||||
// Generated files were last generated with:
|
||||
// - protoc-gen-go: v1.27.1
|
||||
// - protoc-gen-go-grpc: v1.1.0
|
||||
//go:generate protoc --go_out=auth/ --go-grpc_out=auth/ auth/authentication_service.proto
|
||||
//go:generate protoc --go_out=oc/ --go-grpc_out=oc/ oc/oc.proto
|
Loading…
Add table
Add a link
Reference in a new issue