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 go
This section refers to code that is generated and ready to be used publicly
In your project install.
go get github.com/alt4dev/protobuff
It's advisable to use our golang library instead which implements these buffers.