package insecure
import "google.golang.org/grpc/credentials/insecure"
Package insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
Index ¶
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.
Source Files ¶
insecure.go
- Version
- v1.44.0
- Published
- Jan 25, 2022
- Platform
- darwin/amd64
- Imports
- 3 packages
- Last checked
- 12 minutes ago –
Tools for package owners.