Comment removal from dispatcher profile

This commit is contained in:
DanB
2019-04-01 19:16:21 +02:00
parent 2767a6a3d5
commit c94dfb6484

View File

@@ -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