func(*Client)
| 24 | const apiPath = "/api/v2/ocr/jobs" |
| 25 | |
| 26 | type ClientOption func(*Client) |
| 27 | |
| 28 | func WithToken(token string) ClientOption { |
| 29 | return func(c *Client) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…