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

Struct BuildableConfig

credentials/tls/certprovider/store.go:120–125  ·  view source on GitHub ↗

BuildableConfig wraps parsed provider configuration and functionality to instantiate provider instances.

Source from the content-addressed store, hash-verified

118// BuildableConfig wraps parsed provider configuration and functionality to
119// instantiate provider instances.
120type BuildableConfig struct {
121 name string
122 config []byte
123 starter func(BuildOptions) Provider
124 pStore *store
125}
126
127// NewBuildableConfig creates a new BuildableConfig with the given arguments.
128// Provider implementations are expected to invoke this function after parsing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected