Documentation ¶
Index ¶
- func CreateGRPCConnection(cfgProvider *config.ConfigProviderWithRefresh) (*grpc.ClientConn, error)
- func GetSettings(cfgProvider *config.ConfigProviderWithRefresh) func(echo.Context) error
- func TemporalAPIHandler(cfgProvider *config.ConfigProviderWithRefresh, apiMiddleware []Middleware, ...) echo.HandlerFunc
- type Auth
- type CodecResponse
- type Middleware
- type SettingsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGRPCConnection ¶ added in v2.29.0
func CreateGRPCConnection(cfgProvider *config.ConfigProviderWithRefresh) (*grpc.ClientConn, error)
func GetSettings ¶
func GetSettings(cfgProvider *config.ConfigProviderWithRefresh) func(echo.Context) error
func TemporalAPIHandler ¶
func TemporalAPIHandler(cfgProvider *config.ConfigProviderWithRefresh, apiMiddleware []Middleware, conn *grpc.ClientConn) echo.HandlerFunc
Types ¶
type CodecResponse ¶
type Middleware ¶
type Middleware func(c echo.Context) runtime.ServeMuxOption
type SettingsResponse ¶
type SettingsResponse struct { Auth *Auth BannerText string DefaultNamespace string ShowTemporalSystemNamespace bool FeedbackURL string NotifyOnNewVersion bool Codec *CodecResponse Version string DisableWriteActions bool WorkflowTerminateDisabled bool WorkflowCancelDisabled bool WorkflowSignalDisabled bool WorkflowResetDisabled bool BatchActionsDisabled bool StartWorkflowDisabled bool HideWorkflowQueryErrors bool }
Click to show internal directories.
Click to hide internal directories.