The Go client for TrogonEventStore.
This project is derived from an Apache-2.0 licensed client. The license retains the original copyright notice and identifies modifications by Straw Hat, LLC.
go get github.com/TrogonStack/TrogonEventStore-Client-Go@latestimport "github.com/TrogonStack/TrogonEventStore-Client-Go/trogoneventstore"See INSTALL.md and the API guides.
make build
go test ./trogoneventstoreIntegration tests run against ghcr.io/trogonstack/trogoneventstore:ci:
make start-server
go test ./test
make stop-serverOverride the server image with TROGON_EVENTSTORE_SERVER_IMAGE when testing a
specific image.
Release Please creates version pull requests and GitHub releases. Go consumers
use the generated vX.Y.Z module tags directly. This project does not publish
to a package registry.
Licensed under Apache-2.0. See LICENSE.