(l engine.Listener, path string)
| 58 | } |
| 59 | |
| 60 | func MakeURL(l engine.Listener, path string) string { |
| 61 | return fmt.Sprintf("%s://%s%s", l.Protocol, l.Address.Address, path) |
| 62 | } |
| 63 | |
| 64 | func (b BatchVal) FrontendURL(path string) string { |
| 65 | return MakeURL(b.L, path) |
no outgoing calls