temporal-sdk-core-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Temporal.Core.EphemeralServer

Documentation

data SDKDefault Source #

Constructors

SDKDefault 

data EphemeralExeVersion Source #

Constructors

Default SDKDefault

Use a default version for the given SDK name and version.

Fixed String

Specific version.

data EphemeralExe Source #

Constructors

ExistingPath FilePath

Existing path on the filesystem for the executable.

CachedDownload EphemeralExeVersion (Maybe FilePath)

Download the executable if not already there.