Categorygithub.com/batchcorp/collector-schemas
repository
0.0.24
Repository: https://github.com/batchcorp/collector-schemas.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

collector-schemas

This repo contains protobuf schemas that are used by plumber and grpc-collector when communicating over gRPC.

Making changes

  1. git co -b username/change
  2. make generate/go
  3. git add -a
  4. git commit -a -m "updated schema XYZ
  5. git push origin head
  6. Open PR, review, merge

The build workflow will automatically create a tag for the last commit.