Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientPool ¶
type ClientPool struct {
// contains filtered or unexported fields
}
func New ¶
func New(l log.Logger) *ClientPool
func (*ClientPool) Close ¶
func (cp *ClientPool) Close()
func (*ClientPool) GetWorkflowServiceClient ¶
func (cp *ClientPool) GetWorkflowServiceClient(hostPort string) (workflowservice.WorkflowServiceClient, bool)
func (*ClientPool) UpsertClient ¶
func (cp *ClientPool) UpsertClient(hostPort string) (workflowservice.WorkflowServiceClient, error)
Click to show internal directories.
Click to hide internal directories.