package
0.7.1
Repository: https://github.com/golang-cloud/nomad.git
Documentation: pkg.go.dev

# Functions

RegionSpecificWrapper is used to invoke a static Region and turns a RegionWrapper into a Wrapper type.
Wrap a net.Conn into a client tls connection, performing any additional verification as needed.

# Structs

Config used to create tls.Config.

# Type aliases

RegionWrapper is a function that is used to wrap a non-TLS connection and returns an appropriate TLS connection or error.
Wrapper wraps a connection and enables TLS on it.