GitHub - alt4dev/protobuff: Protocol buffers definitions used by alt4 client libraries and internally by the server.

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

Client Libraries

Code Generation

Usage

This section refers to code that is generated and ready to be used publicly

Golang

In your project install.

go get github.com/alt4dev/protobuff

It's advisable to use our golang library instead which implements these buffers.