MCPcopy Create free account
hub / github.com/temporalio/temporal / GetFrontendClientTlsConfig

Method GetFrontendClientTlsConfig

common/rpc/rpc.go:127–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127func (d *RPCFactory) GetFrontendClientTlsConfig() (*tls.Config, error) {
128 if d.tlsFactory != nil {
129 return d.tlsFactory.GetFrontendClientConfig()
130 }
131
132 return nil, nil
133}
134
135func (d *RPCFactory) GetRemoteClusterClientConfig(hostname string) (*tls.Config, error) {
136 if d.tlsFactory != nil {

Callers 1

Implementers 4

MockRPCFactorycommon/rpc_mock.go
MockRPCFactoryMockRecordercommon/rpc_mock.go
RPCFactorycommon/rpc/rpc.go
RPCFactorycommon/testing/nettest/rpc_factory.go

Calls 1

Tested by 1