| 23 | } |
| 24 | |
| 25 | type Encoder interface { |
| 26 | Encode(src any, dst map[string][]string) error |
| 27 | } |
| 28 | |
| 29 | type FormAuthorization func(url.Values) |
| 30 | type RequestAuthorization func(*http.Request) |
no outgoing calls
no test coverage detected
searching dependent graphs…