Skip to content

tommzn/hob-core

Repository files navigation

Go Reference GitHub go.mod Go version GitHub release (latest by date) Go Report Card Actions Status

HomeOffice Button - Core Components

Tis repository contains some core components for the HomeOffice Button - Time Tracking Project.

Events

Events are defined using Protobuf and will be automatically generate Go sources.

GenerateReportRequest

This event is used to trigger report generattion from different sources.

Helper

This package provides serialize/deserialize helper to publish and consume events in Protobuf format.

Change event schema

Checkout new branch

git checkout -b proto-v1.0.x

Commit and push your changes

Commit and push your changes in feature branch. This will create a PR you can merge vit GitHub. Do not forget to add a merge comment starting with "fix: " to ensure a new release is generated after merging.

git add .
git commit -m "Update/Add event schema"
git push origin proto-v1.0.x

Links

HomeOffice Button - Time Tracking
AWS IoT 1-Click

About

Core components of the HomeOffice button project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages