mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
Refactoring CDRE and CDRC configurations and functionality
This commit is contained in:
@@ -315,3 +315,12 @@ func Unzip(src, dest string) error {
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
// Utilities to provide pointers where we need to define ad-hoc
|
||||
func StringPointer(str string) *string {
|
||||
return &str
|
||||
}
|
||||
|
||||
func IntPointer(i int) *int {
|
||||
return &i
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user