package
0.0.0-20200226065818-fe632b36a108
Repository: https://github.com/alipay/sofa-mesh.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Variables

DefaultDialer is provides defaults for all dial functions.
DefaultGRPCDialFunc just calls grpc.Dial directly, with no alterations to the arguments.
DefaultHTTPDoFunc just calls client.Do with no alterations to the arguments.
DefaultWebsocketDialFunc just calls dialer.Dial, with no alterations to the arguments.

# Structs

Dialer is a replaceable set of functions for creating client-side connections for various protocols, allowing a test application to intercept the connection creation.

# Interfaces

Application represents a locally running application with exposed ports.

# Type aliases

Factory is a function that manufactures a running application.
GRPCDialFunc a function for establishing a GRPC connection.
HTTPDoFunc a function for executing an HTTP request.
WebsocketDialFunc a function for establishing a Websocket connection.