Documentation ¶
Overview ¶
Package insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
Experimental ¶
Notice: This package is EXPERIMENTAL and may be changed or removed in a later release.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCredentials ¶
func NewCredentials() credentials.TransportCredentials
NewCredentials returns a credentials which disables transport security.
Note that using this credentials with per-RPC credentials which require transport security is incompatible and will cause grpc.Dial() to fail.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.