package
2.5.7
Repository: https://github.com/milvus-io/milvus.git
Documentation: pkg.go.dev

# Functions

NewListener creates a new listener that listens on the specified network and IP address.
OptHighPriorityToUsePort sets the port number to use for the listener.
OptIP sets the IP address for the listener.
OptNet sets the network type for the listener.
OptPort sets the port number to use for the listener.
OptTLS sets the TLS configuration for the listener.

# Structs

NetListener is a wrapper around a net.Listener that provides additional functionality.

# Type aliases

Opt is a function that configures a netListenerConfig.