Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type Task struct{} func (t *Task) Execute(ctx context.Context) error { clusterSlug, err := workflows.GetCurrentCluster(ctx) if err != nil { return fmt.Errorf("failed to get current cluster: %w", err) } return nil }
workflows.GetCurrentCluster(ctx context.Context) (string, error)
Was this page helpful?