# Functions
NewClient creates a new instance of the Client struct.
NewServer creates a new Server instance with the given net.Conn.
WithNoAuth sets the server to operate without requiring authentication by configuring the noAuth option.
WithUserPass configures a client to use username and password authentication.
WithUserPassAuth sets a custom username-password authentication function for the server.
# 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
# Variables
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
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author