MCPcopy
hub / github.com/grpc/grpc-go / insecureServer

Function insecureServer

examples/features/advancedtls/server/main.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func insecureServer() {
56 createAndRunInsecureServer(insecurePort)
57}
58
59func createAndRunInsecureServer(port int) {
60 creds := insecure.NewCredentials()

Callers 1

mainFunction · 0.85

Calls 1

Tested by

no test coverage detected