PostGrip Agent — Go SDK
Run shell commands, container workloads, and durable workflows on the PostGrip Agent runtime service from your Go code.
go get go.postgrip.io/sdk
Then import the sub-packages you need:
import (
"go.postgrip.io/sdk/client"
"go.postgrip.io/sdk/worker"
"go.postgrip.io/sdk/workflow"
"go.postgrip.io/sdk/activity"
"go.postgrip.io/sdk/failure"
)