| 15 | ) |
| 16 | |
| 17 | type StaticRejectAuth struct { |
| 18 | code int |
| 19 | body string |
| 20 | hdrs string |
| 21 | logger *clog.CondLogger |
| 22 | } |
| 23 | |
| 24 | func NewStaticRejectAuth(u *url.URL, logger *clog.CondLogger) (*StaticRejectAuth, error) { |
| 25 | return NewStaticResponse(u, logger) |
nothing calls this directly
no outgoing calls
no test coverage detected