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

Method IssueCert

api/api.pb.go:332–332  ·  view source on GitHub ↗
(ctx context.Context, in *CertificateRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

330// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
331type CertificateIssuerClient interface {
332 IssueCert(ctx context.Context, in *CertificateRequest, opts ...grpc.CallOption) (*CertificateResponse, error)
333 Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error)
334 OnCertificateRenewal(ctx context.Context, in *CertificateRenewalNotificationRequest, opts ...grpc.CallOption) (CertificateIssuer_OnCertificateRenewalClient, error)
335}

Callers 2

CertWorkerFunction · 0.65

Implementers 2

IssuerServiceserver/issuer.go

Calls

no outgoing calls

Tested by

no test coverage detected