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

Method AdminClient

tests/testcore/functional_test_base.go:229–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227}
228
229func (s *FunctionalTestBase) AdminClient() adminservice.AdminServiceClient {
230 return s.testCluster.AdminClient()
231}
232
233func (s *FunctionalTestBase) OperatorClient() operatorservice.OperatorServiceClient {
234 return s.testCluster.OperatorClient()

Callers 1

CloseShardMethod · 0.95

Calls 1

AdminClientMethod · 0.65

Tested by

no test coverage detected