temporal
Temporal client factory with TLS support. Provides a NewClient() function that creates a configured Temporal client using environment variables for address, namespace, and TLS settings.
Used by cmd/worker, cmd/ui, cmd/run, cmd/temporal-agent.
Usage
import "cruvero/internal/temporal"
client, err := temporal.NewClient(cfg)
Key Functions
| Function | Description |
|---|---|
NewClient() | Creates a Temporal client with TLS support and configured namespace |