| 99 | } |
| 100 | |
| 101 | type HTTPProxyPluginOptions struct { |
| 102 | Type string `json:"type,omitempty"` |
| 103 | HTTPUser string `json:"httpUser,omitempty"` |
| 104 | HTTPPassword string `json:"httpPassword,omitempty"` |
| 105 | } |
| 106 | |
| 107 | func (o *HTTPProxyPluginOptions) Complete() {} |
| 108 |
nothing calls this directly
no outgoing calls
no test coverage detected