MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / newWireMockClient

Function newWireMockClient

tests/helpers_test.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func newWireMockClient() *wiremock.Client {
53 return wiremock.NewClient(wiremockURL)
54}
55
56func randomPhoneNumber() string {
57 n, err := rand.Int(rand.Reader, big.NewInt(10000))

Callers 2

findFCMRequestsFunction · 0.85
findWebhookRequestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected