# Packages
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
# Functions
Address sets the target address.
Apply is a helper function that simply applies the options to the proto.Message.
Gzip, if set to true, adds gzip compression to the gRPC connection.
Insecure sets the option to create a gNMI client with an insecure gRPC connection.
Name sets the target name.
No description provided by the author
No description provided by the author
Password sets the target Password.
SkipVerify sets the option to create a gNMI client with a secure gRPC connection without verifying the target's certificates.
Timeout sets the gNMI client creation timeout.
TLSCA sets that path towards the TLS certificate authority file.
TLSCert sets that path towards the TLS certificate file.
No description provided by the author
TLSKey sets that path towards the TLS key file.
TLSMaxVersion sets the TLS maximum version used during the TLS handshake.
TLSMinVersion sets the TLS minimum version used during the TLS handshake.
TLSVersion sets the desired TLS version used during the TLS handshake.
Username sets the target Username.
# Variables
No description provided by the author
ErrInvalidMsgType is returned by a GNSIOption in case the Option is supplied an unexpected proto.Message.
ErrInvalidValue is returned by a GNSIOption in case the Option is supplied an unexpected value.