# README
Protocol Buffers
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
# Go Lang
./build.sh go
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.
# Packages
No description provided by the author