...

Package insecure

import "google.golang.org/grpc/credentials/insecure"
Overview
Index

Overview ▾

Package insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.

func NewBundle

func NewBundle() credentials.Bundle

NewBundle returns a bundle with disabled transport security and no per rpc credential.

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.