Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 550 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 550 Bytes

Line Processor

Coverage example workflow

architecture

TODO

  • migration
  • github actions ci
  • logging level
  • unit test
  • performance test

Run

Run docker compose make start

Stop

stop docker compose make stop

Test coverage

make cover

Generate go code form proto file

make proto

Lint

make lint

Tests

make test