mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Change json tag name to finger_prints
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user