| 38 | } |
| 39 | |
| 40 | type UAARepository struct { |
| 41 | config coreconfig.ReadWriter |
| 42 | gateway net.Gateway |
| 43 | dumper net.RequestDumper |
| 44 | } |
| 45 | |
| 46 | var ErrPreventRedirect = errors.New("prevent-redirect") |
| 47 |
nothing calls this directly
no outgoing calls
no test coverage detected