IsStopped tells whether the method above has finished
()
| 39 | ServeControlStream(ctx context.Context, rw io.ReadWriteCloser, connOptions *pogs.ConnectionOptions, tunnelConfigGetter TunnelConfigJSONGetter) error |
| 40 | // IsStopped tells whether the method above has finished |
| 41 | IsStopped() bool |
| 42 | } |
| 43 | |
| 44 | type TunnelConfigJSONGetter interface { |
no outgoing calls