# Functions
This conversion *does not* copy data.
No description provided by the author
No description provided by the author
No description provided by the author
Generates a random RSA key pair and uses it to sign a X.509 certificate with a random serial number.
Creates a TLS config with a single X.509 certificate signed with a new RSA key pair.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Warning: Because pointers can be re-used after the resource is freed, there is no way for us to guarantee ad-hoc locks would not be reused Thus this facililty should only be used for objects with a known and managed life span.
From [LockableEntity] interface.
No description provided by the author
No description provided by the author
No description provided by the author
Attempts to enable colorization for [os.Stdout] and [os.Stderr] according to the colorize argument.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns true if value is a float64 or float32.
Returns true if value is an int64, int32, int16, int8, int, uint64, uint32, uint16, uint8, or uint.
Returns true if the IP address string representation is IPv6.
Returns true if value is an int64, int32, int16, int8, int, uint64, uint32, uint16, uint8, uint, float64, or float32.
Returns true if the two UDP addresses are equal.
No description provided by the author
Returns "[address]:port" for IPv6 and "address:port" for IPv4.
If the zone is not empty returns "address%zone".
No description provided by the author
No description provided by the author
Creates a thread-safe [io.WriterCloser] that separates the acceptance of byte slices via [BufferedWriter.Write] from the actual writing of the data to the underlying [io.Writer], which occurs on a separate goroutine.
Creates an [io.Reader] that reads bytes from a channel.
Creates an [io.Writer] that writes bytes to a channel.
Creates a [io.ReadCloser].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Creates a thread-safe [io.WriterCloser] that synchronizes all the [SyncedWriter.Write] calls via a mutex.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Creates a named pipe using [syscall.Mkfifo] in the OS temp directory.
No description provided by the author
Initializes a X.509 certificate with a random serial number.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Registers handlers for SIGINT and (on Posix systems) SIGTERM.
Signs a X.509 certificate.
No description provided by the author
This conversion *does not* copy data.
No description provided by the author
The argument is validated as being a multicast address, e.g.
No description provided by the author
No description provided by the author
Converts any number type to float64.
Converts any number type to int64.
No description provided by the author
No description provided by the author
Always returns a specified address.
No description provided by the author
Converts any value to a string.
Calls [ToString] on all slice elements.
No description provided by the author
Converts any number type to uint64.
Sends the byte slice to a channel and returns its length.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Creates a [io.ReadCloser] that allows cancellation of reading via a provided context.
Creates a [io.Reader] that allows cancellation of reading via a provided context.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author