Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
type
pluginBuilder
struct
{}
43
44
func
(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