mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 13:19:53 +05:00
Added extra fields for DispatcherHost such as in RemoteHost in rpcconn.go
This commit is contained in:
committed by
Dan Christian Bogos
parent
89f9a9bffd
commit
d8a803db0b
@@ -704,9 +704,17 @@ type TPDispatcherHost struct {
|
||||
|
||||
// TPDispatcherHostConn is used in TPDispatcherHost
|
||||
type TPDispatcherHostConn struct {
|
||||
Address string
|
||||
Transport string
|
||||
TLS bool
|
||||
Address string
|
||||
Transport string
|
||||
Synchronous bool
|
||||
ConnectAttempts int
|
||||
Reconnects int
|
||||
ConnectTimeout time.Duration
|
||||
ReplyTimeout time.Duration
|
||||
TLS bool
|
||||
ClientKey string
|
||||
ClientCertificate string
|
||||
CaCertificate string
|
||||
}
|
||||
|
||||
type AttrRemoteLock struct {
|
||||
|
||||
Reference in New Issue
Block a user