package insecure

Import Path
	google.golang.org/grpc/credentials/insecure (on go.dev)

Dependency Relation
	imports 3 packages, and imported by one package

Involved Source Files Package insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
Package-Level Type Names (total 3, none are exported)
/* sort exporteds by: | */
Package-Level Functions (total 2, both are exported)
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 grpc.Dial() to fail.