Packages

A standalone Elixir SDK for Temporal: workflow and activity definitions, a worker that polls a Temporal cluster, a client, a deterministic replayer, and a Rust NIF bridge over temporalio-sdk-core.

Current section

Files

Jump to
hourglass lib proto hourglass client_config.pb.ex
Raw

lib/proto/hourglass/client_config.pb.ex

defmodule Hourglass.Proto.ClientConfig do
@moduledoc false
use Protobuf,
full_name: "hourglass.proto.ClientConfig",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3
field :target_url, 1, type: :string, json_name: "targetUrl"
field :namespace, 2, type: :string
end