package
3.0.0-20240219194442-fed3b744f477
Repository: https://github.com/projectdiscovery/martian.git
Documentation: pkg.go.dev

# Functions

New creates a new instance of the Fixture.

# Variables

CA is the certificate authority.
CAKey is the private key of the certificate authority.
ClientTLS is a set of transport credentials to use with chains signed by `CA`.
Localhost is a certificate for "localhost" signed by `CA`.
RootCAs is a certificate pool containing `CA`.

# Structs

Fixture encapsulates the TestService gRPC server, a proxy and a gRPC client.
Server is a testing gRPC server.