Change json tag name to finger_prints

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
Ivan Kozlovic
2022-08-22 12:40:20 -06:00
parent 951b7c38f6
commit d2784589a0

View File

@@ -149,7 +149,7 @@ type ConnInfo struct {
// TLSPeerCert contains basic information about a TLS peer certificate
type TLSPeerCert struct {
Subject string `json:"subject,omitempty"`
Fingerprints string `json:"fprints,omitempty"`
Fingerprints string `json:"finger_prints,omitempty"`
}
// DefaultConnListSize is the default size of the connection list.