package
0.0.0-20210315005507-2ef905a1d98f
Repository: https://github.com/picatz/mtls.git
Documentation: pkg.go.dev
# Functions
New implements a wrappeer to create a new Client, applying the given client Option(s).
WithAddr sets the given addr string for the Client.
WithTLSConfig sets the given TLS config for the Client.
# Type aliases
Option implements a hook to custom a Client using the New function.