Versions in this module Expand all Collapse all v1 v1.33.1 Sep 1, 2020 Changes in this version + func RegisterMeshCertificateServiceServer(s *grpc.Server, srv MeshCertificateServiceServer) + func RegisterMeshCertificateServiceService(s grpc.ServiceRegistrar, srv *MeshCertificateServiceService) + type MeshCertificateRequest struct + Csr string + RequestId string + Validity *duration.Duration + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MeshCertificateRequest) Descriptor() ([]byte, []int) + func (*MeshCertificateRequest) ProtoMessage() + func (m *MeshCertificateRequest) GetCsr() string + func (m *MeshCertificateRequest) GetRequestId() string + func (m *MeshCertificateRequest) GetValidity() *duration.Duration + func (m *MeshCertificateRequest) Reset() + func (m *MeshCertificateRequest) String() string + func (m *MeshCertificateRequest) XXX_DiscardUnknown() + func (m *MeshCertificateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MeshCertificateRequest) XXX_Merge(src proto.Message) + func (m *MeshCertificateRequest) XXX_Size() int + func (m *MeshCertificateRequest) XXX_Unmarshal(b []byte) error + type MeshCertificateResponse struct + CertChain []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MeshCertificateResponse) Descriptor() ([]byte, []int) + func (*MeshCertificateResponse) ProtoMessage() + func (m *MeshCertificateResponse) GetCertChain() []string + func (m *MeshCertificateResponse) Reset() + func (m *MeshCertificateResponse) String() string + func (m *MeshCertificateResponse) XXX_DiscardUnknown() + func (m *MeshCertificateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MeshCertificateResponse) XXX_Merge(src proto.Message) + func (m *MeshCertificateResponse) XXX_Size() int + func (m *MeshCertificateResponse) XXX_Unmarshal(b []byte) error + type MeshCertificateServiceClient interface + CreateCertificate func(ctx context.Context, in *MeshCertificateRequest, opts ...grpc.CallOption) (*MeshCertificateResponse, error) + func NewMeshCertificateServiceClient(cc grpc.ClientConnInterface) MeshCertificateServiceClient + type MeshCertificateServiceServer interface + CreateCertificate func(context.Context, *MeshCertificateRequest) (*MeshCertificateResponse, error) + type MeshCertificateServiceService struct + CreateCertificate func(context.Context, *MeshCertificateRequest) (*MeshCertificateResponse, error) + func NewMeshCertificateServiceService(s interface{}) *MeshCertificateServiceService + type UnimplementedMeshCertificateServiceServer struct + func (*UnimplementedMeshCertificateServiceServer) CreateCertificate(ctx context.Context, req *MeshCertificateRequest) (*MeshCertificateResponse, error) + type UnstableMeshCertificateServiceService interface + CreateCertificate func(context.Context, *MeshCertificateRequest) (*MeshCertificateResponse, error)