mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
Adding SessionS.BiRPCv1SetPassiveSession RPC caching
This commit is contained in:
@@ -918,3 +918,9 @@ func (ffn *FallbackFileName) AsString() string {
|
||||
}
|
||||
return fmt.Sprintf("%s%s%s%s%s%s%s%s", ffn.Module, HandlerArgSep, ffn.Transport, HandlerArgSep, url.QueryEscape(ffn.Address), HandlerArgSep, ffn.RequestID, ffn.FileSuffix)
|
||||
}
|
||||
|
||||
// CachedRPCResponse is used to cache a RPC response
|
||||
type CachedRPCResponse struct {
|
||||
Result interface{}
|
||||
Error error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user