Versions in this module Expand all Collapse all v0 v0.0.0 Feb 25, 2025 Changes in this version + var File_private_pbconnect_connect_proto protoreflect.FileDescriptor + func CARootFromStructsCARoot(t *structs.CARoot, s *CARoot) + func CARootToStructs(in *CARoot) (*structs.CARoot, error) + func CARootToStructsCARoot(s *CARoot, t *structs.CARoot) + func CARootsFromStructsIndexedCARoots(t *structs.IndexedCARoots, s *CARoots) + func CARootsToStructs(in *CARoots) (*structs.IndexedCARoots, error) + func CARootsToStructsIndexedCARoots(s *CARoots, t *structs.IndexedCARoots) + func EnterpriseMetaFrom(f acl.EnterpriseMeta) *pbcommon.EnterpriseMeta + func EnterpriseMetaTo(f *pbcommon.EnterpriseMeta) acl.EnterpriseMeta + func IssuedCertFromStructsIssuedCert(t *structs.IssuedCert, s *IssuedCert) + func IssuedCertToStructs(in *IssuedCert) (*structs.IssuedCert, error) + func IssuedCertToStructsIssuedCert(s *IssuedCert, t *structs.IssuedCert) + func QueryMetaFrom(f structs.QueryMeta) *pbcommon.QueryMeta + func QueryMetaTo(f *pbcommon.QueryMeta) structs.QueryMeta + func RaftIndexFrom(f structs.RaftIndex) *pbcommon.RaftIndex + func RaftIndexTo(f *pbcommon.RaftIndex) structs.RaftIndex + type CARoot struct + Active bool + ExternalTrustDomain string + ID string + IntermediateCerts []string + Name string + NotAfter *timestamppb.Timestamp + NotBefore *timestamppb.Timestamp + PrivateKeyBits int32 + PrivateKeyType string + RaftIndex *pbcommon.RaftIndex + RootCert string + RotatedOutAt *timestamppb.Timestamp + SerialNumber uint64 + SigningCert string + SigningKey string + SigningKeyID string + func NewCARootFromStructs(in *structs.CARoot) (*CARoot, error) + func (*CARoot) Descriptor() ([]byte, []int) + func (*CARoot) ProtoMessage() + func (msg *CARoot) MarshalBinary() ([]byte, error) + func (msg *CARoot) UnmarshalBinary(b []byte) error + func (x *CARoot) GetActive() bool + func (x *CARoot) GetExternalTrustDomain() string + func (x *CARoot) GetID() string + func (x *CARoot) GetIntermediateCerts() []string + func (x *CARoot) GetName() string + func (x *CARoot) GetNotAfter() *timestamppb.Timestamp + func (x *CARoot) GetNotBefore() *timestamppb.Timestamp + func (x *CARoot) GetPrivateKeyBits() int32 + func (x *CARoot) GetPrivateKeyType() string + func (x *CARoot) GetRaftIndex() *pbcommon.RaftIndex + func (x *CARoot) GetRootCert() string + func (x *CARoot) GetRotatedOutAt() *timestamppb.Timestamp + func (x *CARoot) GetSerialNumber() uint64 + func (x *CARoot) GetSigningCert() string + func (x *CARoot) GetSigningKey() string + func (x *CARoot) GetSigningKeyID() string + func (x *CARoot) ProtoReflect() protoreflect.Message + func (x *CARoot) Reset() + func (x *CARoot) String() string + type CARoots struct + ActiveRootID string + QueryMeta *pbcommon.QueryMeta + Roots []*CARoot + TrustDomain string + func NewCARootsFromStructs(in *structs.IndexedCARoots) (*CARoots, error) + func (*CARoots) Descriptor() ([]byte, []int) + func (*CARoots) ProtoMessage() + func (msg *CARoots) MarshalBinary() ([]byte, error) + func (msg *CARoots) UnmarshalBinary(b []byte) error + func (x *CARoots) GetActiveRootID() string + func (x *CARoots) GetQueryMeta() *pbcommon.QueryMeta + func (x *CARoots) GetRoots() []*CARoot + func (x *CARoots) GetTrustDomain() string + func (x *CARoots) ProtoReflect() protoreflect.Message + func (x *CARoots) Reset() + func (x *CARoots) String() string + type IssuedCert struct + Agent string + AgentURI string + CertPEM string + EnterpriseMeta *pbcommon.EnterpriseMeta + Kind string + KindURI string + PrivateKeyPEM string + RaftIndex *pbcommon.RaftIndex + SerialNumber string + ServerURI string + Service string + ServiceURI string + ValidAfter *timestamppb.Timestamp + ValidBefore *timestamppb.Timestamp + func NewIssuedCertFromStructs(in *structs.IssuedCert) (*IssuedCert, error) + func (*IssuedCert) Descriptor() ([]byte, []int) + func (*IssuedCert) ProtoMessage() + func (msg *IssuedCert) MarshalBinary() ([]byte, error) + func (msg *IssuedCert) UnmarshalBinary(b []byte) error + func (x *IssuedCert) GetAgent() string + func (x *IssuedCert) GetAgentURI() string + func (x *IssuedCert) GetCertPEM() string + func (x *IssuedCert) GetEnterpriseMeta() *pbcommon.EnterpriseMeta + func (x *IssuedCert) GetKind() string + func (x *IssuedCert) GetKindURI() string + func (x *IssuedCert) GetPrivateKeyPEM() string + func (x *IssuedCert) GetRaftIndex() *pbcommon.RaftIndex + func (x *IssuedCert) GetSerialNumber() string + func (x *IssuedCert) GetServerURI() string + func (x *IssuedCert) GetService() string + func (x *IssuedCert) GetServiceURI() string + func (x *IssuedCert) GetValidAfter() *timestamppb.Timestamp + func (x *IssuedCert) GetValidBefore() *timestamppb.Timestamp + func (x *IssuedCert) ProtoReflect() protoreflect.Message + func (x *IssuedCert) Reset() + func (x *IssuedCert) String() string