Alt4 uses grpc to ingest logs. This repo holds protocol buffer definitions used by Alt4dev client libraries and internally by the server.
Unless making a custom client, you don't need to use these definitions Instead we'd recommend you use the ready-made client libraries
# Go Lang
./build.sh goThis section refers to code that is generated and ready to be used publicly
In your project install.
go get github.com/alt4dev/protobuffIt's advisable to use our golang library instead which implements these buffers.