Versions in this module Expand all Collapse all v1 v1.0.2 Feb 22, 2024 v1.0.1 Feb 22, 2024 Changes in this version + var CertificateStatus_name = map[int32]string + var CertificateStatus_value = map[string]int32 + func RegisterCredentialMonitorAgentServer(s *grpc.Server, srv CredentialMonitorAgentServer) + type CertificateStatus int32 + const CertificateStatus_Overlap + const CertificateStatus_Single + func (CertificateStatus) EnumDescriptor() ([]byte, []int) + func (x CertificateStatus) String() string + type CredentialMonitor struct + Certificate string + Status CertificateStatus + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CredentialMonitor) Descriptor() ([]byte, []int) + func (*CredentialMonitor) ProtoMessage() + func (m *CredentialMonitor) GetCertificate() string + func (m *CredentialMonitor) GetStatus() CertificateStatus + func (m *CredentialMonitor) Reset() + func (m *CredentialMonitor) String() string + func (m *CredentialMonitor) XXX_DiscardUnknown() + func (m *CredentialMonitor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CredentialMonitor) XXX_Merge(src proto.Message) + func (m *CredentialMonitor) XXX_Size() int + func (m *CredentialMonitor) XXX_Unmarshal(b []byte) error + type CredentialMonitorAgentClient interface + Get func(ctx context.Context, in *CredentialMonitorRequest, opts ...grpc.CallOption) (*CredentialMonitorResponse, error) + func NewCredentialMonitorAgentClient(cc *grpc.ClientConn) CredentialMonitorAgentClient + type CredentialMonitorAgentServer interface + Get func(context.Context, *CredentialMonitorRequest) (*CredentialMonitorResponse, error) + type CredentialMonitorRequest struct + CredentialMonitor *CredentialMonitor + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CredentialMonitorRequest) Descriptor() ([]byte, []int) + func (*CredentialMonitorRequest) ProtoMessage() + func (m *CredentialMonitorRequest) GetCredentialMonitor() *CredentialMonitor + func (m *CredentialMonitorRequest) Reset() + func (m *CredentialMonitorRequest) String() string + func (m *CredentialMonitorRequest) XXX_DiscardUnknown() + func (m *CredentialMonitorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CredentialMonitorRequest) XXX_Merge(src proto.Message) + func (m *CredentialMonitorRequest) XXX_Size() int + func (m *CredentialMonitorRequest) XXX_Unmarshal(b []byte) error + type CredentialMonitorResponse struct + CredentialMonitor *CredentialMonitor + Error string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CredentialMonitorResponse) Descriptor() ([]byte, []int) + func (*CredentialMonitorResponse) ProtoMessage() + func (m *CredentialMonitorResponse) GetCredentialMonitor() *CredentialMonitor + func (m *CredentialMonitorResponse) GetError() string + func (m *CredentialMonitorResponse) Reset() + func (m *CredentialMonitorResponse) String() string + func (m *CredentialMonitorResponse) XXX_DiscardUnknown() + func (m *CredentialMonitorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CredentialMonitorResponse) XXX_Merge(src proto.Message) + func (m *CredentialMonitorResponse) XXX_Size() int + func (m *CredentialMonitorResponse) XXX_Unmarshal(b []byte) error + type UnimplementedCredentialMonitorAgentServer struct + func (*UnimplementedCredentialMonitorAgentServer) Get(ctx context.Context, req *CredentialMonitorRequest) (*CredentialMonitorResponse, error)