| 627 | } |
| 628 | |
| 629 | type ProxyGetActionImpl struct { |
| 630 | ActionImpl |
| 631 | Scheme string |
| 632 | Name string |
| 633 | Port string |
| 634 | Path string |
| 635 | Params map[string]string |
| 636 | } |
| 637 | |
| 638 | func (a ProxyGetActionImpl) GetScheme() string { |
| 639 | return a.Scheme |
nothing calls this directly
no outgoing calls
no test coverage detected