directory
Version:
v1.67.1
Opens a new window with list of versions in this module.
Published: Dec 18, 2024
License: Apache-2.0
Opens a new window with license information.
README
¶
How to Generate Protos
download and install protoc:
https://google.github.io/proto-lens/installing-protoc.html
Use this command where protobuf ../googleapis
is a path to this repo on your local system:
protoc --proto_path=./exporter/chronicleexporter/protos \
--go-grpc_opt=paths=source_relative \
--go-grpc_out=./exporter/chronicleexporter/protos/api \
--go_out=./exporter/chronicleexporter/protos/api \
--go_opt=paths=source_relative \
--proto_path=../googleapis \
./exporter/chronicleexporter/protos/*.proto
Directories
¶
|
|
mocks
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.