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.