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

Method Set

credentials/tls/certprovider/pemfile/watcher.go:148–148  ·  view source on GitHub ↗
(km *certprovider.KeyMaterial, err error)

Source from the content-addressed store, hash-verified

146type distributor interface {
147 KeyMaterial(ctx context.Context) (*certprovider.KeyMaterial, error)
148 Set(km *certprovider.KeyMaterial, err error)
149 Stop()
150}
151

Callers 15

constructRequestFunction · 0.65
compareRequestFunction · 0.65
newKeyMaterialMethod · 0.65
SetMethod · 0.65
maybeUpdateRootFileMethod · 0.65
labelsToMonitoringLabelsFunction · 0.65
UpdateStateMethod · 0.65
processServerListMethod · 0.65
TestGRPCLB_BasicMethod · 0.65
TestGRPCLB_WeightedMethod · 0.65

Implementers 1

Distributorcredentials/tls/certprovider/distribut

Calls

no outgoing calls

Tested by 15

compareRequestFunction · 0.52
newKeyMaterialMethod · 0.52
SetMethod · 0.52
TestGRPCLB_BasicMethod · 0.52
TestGRPCLB_WeightedMethod · 0.52
TestGRPCLB_FallbackMethod · 0.52
TestGRPCLB_PickFirstMethod · 0.52