package insecure
Import Path
google.golang.org/grpc/credentials/insecure (on go.dev)
Dependency Relation
imports 3 packages, and imported by 2 packages
Involved Source Files
Package insecure provides an implementation of the
credentials.TransportCredentials interface which disables transport security.
Package-Level Functions (total 2)
NewBundle returns a bundle with disabled transport security and no per rpc credential.
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 RPCs to fail.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |