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

Struct pluginBuilder

credentials/tls/certprovider/pemfile/builder.go:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type pluginBuilder struct{}
43
44func (p *pluginBuilder) ParseConfig(c any) (*certprovider.BuildableConfig, error) {
45 data, ok := c.(json.RawMessage)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected