Documentation ¶
Index ¶
- Variables
- type Detail_Loop
- type Detail_TLS
- func (*Detail_TLS) Descriptor() ([]byte, []int)deprecated
- func (x *Detail_TLS) GetChain() []string
- func (x *Detail_TLS) GetCipherSuite() string
- func (x *Detail_TLS) GetCommonName() string
- func (x *Detail_TLS) GetProtocol() string
- func (x *Detail_TLS) GetPublicKeyAlgorithm() string
- func (x *Detail_TLS) GetSignatureAlgorithm() string
- func (x *Detail_TLS) GetSubjectAltNames() []string
- func (x *Detail_TLS) GetValidUntil() *timestamppb.Timestamp
- func (x *Detail_TLS) GetVersion() string
- func (*Detail_TLS) ProtoMessage()
- func (x *Detail_TLS) ProtoReflect() protoreflect.Message
- func (x *Detail_TLS) Reset()
- func (x *Detail_TLS) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_detail_loop_proto protoreflect.FileDescriptor
View Source
var File_proto_detail_tls_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Detail_Loop ¶ added in v0.2.0
type Detail_Loop struct { ServerIds []string `protobuf:"bytes,1,rep,name=serverIds,proto3" json:"serverIds,omitempty"` // contains filtered or unexported fields }
func (*Detail_Loop) Descriptor
deprecated
added in
v0.2.0
func (*Detail_Loop) Descriptor() ([]byte, []int)
Deprecated: Use Detail_Loop.ProtoReflect.Descriptor instead.
func (*Detail_Loop) GetServerIds ¶ added in v0.2.0
func (x *Detail_Loop) GetServerIds() []string
func (*Detail_Loop) ProtoMessage ¶ added in v0.2.0
func (*Detail_Loop) ProtoMessage()
func (*Detail_Loop) ProtoReflect ¶ added in v0.2.0
func (x *Detail_Loop) ProtoReflect() protoreflect.Message
func (*Detail_Loop) Reset ¶ added in v0.2.0
func (x *Detail_Loop) Reset()
func (*Detail_Loop) String ¶ added in v0.2.0
func (x *Detail_Loop) String() string
type Detail_TLS ¶
type Detail_TLS struct { CommonName string `protobuf:"bytes,1,opt,name=commonName,proto3" json:"commonName,omitempty"` SubjectAltNames []string `protobuf:"bytes,2,rep,name=subjectAltNames,proto3" json:"subjectAltNames,omitempty"` Chain []string `protobuf:"bytes,3,rep,name=chain,proto3" json:"chain,omitempty"` ValidUntil *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=validUntil,proto3" json:"validUntil,omitempty"` SignatureAlgorithm string `protobuf:"bytes,5,opt,name=signatureAlgorithm,proto3" json:"signatureAlgorithm,omitempty"` PublicKeyAlgorithm string `protobuf:"bytes,6,opt,name=publicKeyAlgorithm,proto3" json:"publicKeyAlgorithm,omitempty"` Version string `protobuf:"bytes,7,opt,name=version,proto3" json:"version,omitempty"` CipherSuite string `protobuf:"bytes,8,opt,name=cipherSuite,proto3" json:"cipherSuite,omitempty"` Protocol string `protobuf:"bytes,9,opt,name=protocol,proto3" json:"protocol,omitempty"` // contains filtered or unexported fields }
func (*Detail_TLS) Descriptor
deprecated
func (*Detail_TLS) Descriptor() ([]byte, []int)
Deprecated: Use Detail_TLS.ProtoReflect.Descriptor instead.
func (*Detail_TLS) GetChain ¶
func (x *Detail_TLS) GetChain() []string
func (*Detail_TLS) GetCipherSuite ¶
func (x *Detail_TLS) GetCipherSuite() string
func (*Detail_TLS) GetCommonName ¶
func (x *Detail_TLS) GetCommonName() string
func (*Detail_TLS) GetProtocol ¶
func (x *Detail_TLS) GetProtocol() string
func (*Detail_TLS) GetPublicKeyAlgorithm ¶
func (x *Detail_TLS) GetPublicKeyAlgorithm() string
func (*Detail_TLS) GetSignatureAlgorithm ¶
func (x *Detail_TLS) GetSignatureAlgorithm() string
func (*Detail_TLS) GetSubjectAltNames ¶
func (x *Detail_TLS) GetSubjectAltNames() []string
func (*Detail_TLS) GetValidUntil ¶
func (x *Detail_TLS) GetValidUntil() *timestamppb.Timestamp
func (*Detail_TLS) GetVersion ¶
func (x *Detail_TLS) GetVersion() string
func (*Detail_TLS) ProtoMessage ¶
func (*Detail_TLS) ProtoMessage()
func (*Detail_TLS) ProtoReflect ¶
func (x *Detail_TLS) ProtoReflect() protoreflect.Message
func (*Detail_TLS) Reset ¶
func (x *Detail_TLS) Reset()
func (*Detail_TLS) String ¶
func (x *Detail_TLS) String() string
Click to show internal directories.
Click to hide internal directories.