mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
upstream endpoints load balancer weights (#1830)
This commit is contained in:
parent
3567183ce5
commit
67f6030e1e
30 changed files with 1190 additions and 778 deletions
|
@ -456,14 +456,6 @@ func mustParseURL(str string) *url.URL {
|
|||
return u
|
||||
}
|
||||
|
||||
func mustParseURLs(strs ...string) []*url.URL {
|
||||
var us []*url.URL
|
||||
for _, str := range strs {
|
||||
us = append(us, mustParseURL(str))
|
||||
}
|
||||
return us
|
||||
}
|
||||
|
||||
type mockDataBrokerServiceClient struct {
|
||||
databroker.DataBrokerServiceClient
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue