Skip to content

alt4dev/protobuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Protocol buffers definitions used by alt4 client libraries and internally by the server.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages