MCPcopy Create free account
hub / github.com/evenh/intercert / certificateIssuerClient

Struct certificateIssuerClient

api/api.pb.go:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337type certificateIssuerClient struct {
338 cc *grpc.ClientConn
339}
340
341func NewCertificateIssuerClient(cc *grpc.ClientConn) CertificateIssuerClient {
342 return &certificateIssuerClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected