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

Method BootstrapConfig

internal/xds/testutils/fakeclient/client.go:118–120  ·  view source on GitHub ↗

BootstrapConfig returns the bootstrap config.

()

Source from the content-addressed store, hash-verified

116
117// BootstrapConfig returns the bootstrap config.
118func (xdsC *Client) BootstrapConfig() *bootstrap.Config {
119 return xdsC.bootstrapCfg
120}
121
122// SetBootstrapConfig updates the bootstrap config.
123func (xdsC *Client) SetBootstrapConfig(cfg *bootstrap.Config) {

Callers 1

NewGRPCServerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected