MCPcopy
hub / github.com/grpc/grpc-go / bundle

Struct bundle

internal/xds/bootstrap/tlscreds/bundle.go:44–46  ·  view source on GitHub ↗

bundle is an implementation of credentials.Bundle which implements mTLS Credentials in xDS Bootstrap File.

Source from the content-addressed store, hash-verified

42// bundle is an implementation of credentials.Bundle which implements mTLS
43// Credentials in xDS Bootstrap File.
44type bundle struct {
45 transportCredentials credentials.TransportCredentials
46}
47
48// NewBundle returns a credentials.Bundle which implements mTLS Credentials in xDS
49// Bootstrap File. It delegates certificate loading to a file_watcher provider

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected