mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Comment removal from dispatcher profile
This commit is contained in:
@@ -125,9 +125,7 @@ func (dps DispatcherProfiles) Sort() {
|
||||
sort.Slice(dps, func(i, j int) bool { return dps[i].Weight > dps[j].Weight })
|
||||
}
|
||||
|
||||
|
||||
// DispatcherHost represents one virtual host used by dispatcher
|
||||
>>>>>>> Dispatcher with support for dynamic hosts
|
||||
type DispatcherHost struct {
|
||||
Tenant string
|
||||
ID string
|
||||
|
||||
Reference in New Issue
Block a user