()
| 12 | } |
| 13 | |
| 14 | func NewBasicClient() *BasicClient { |
| 15 | return &BasicClient{ |
| 16 | client: &http.Client{}, |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | func handlerHeaders(req *http.Request, headers groq.Headers) { |
| 21 | if headers == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected