()
| 31 | // OriginService is something a tunnel can proxy traffic to. |
| 32 | type OriginService interface { |
| 33 | String() string |
| 34 | // Start the origin service if it's managed by cloudflared, e.g. proxy servers or Hello World. |
| 35 | // If it's not managed by cloudflared, this is a no-op because the user is responsible for |
| 36 | // starting the origin service. |
no outgoing calls