Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSettings ¶
func GetSettings(cfgProvider *config.ConfigProviderWithRefresh) func(echo.Context) error
func TemporalAPIHandler ¶
func TemporalAPIHandler(cfgProvider *config.ConfigProviderWithRefresh, apiMiddleware []Middleware) 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
HideWorkflowQueryErrors bool
}
Click to show internal directories.
Click to hide internal directories.