MCPcopy
hub / github.com/PaddlePaddle/PaddleOCR / ClientOption

FuncType ClientOption

api_sdk/go/options.go:26–26  ·  view source on GitHub ↗
func(*Client)

Source from the content-addressed store, hash-verified

24const apiPath = "/api/v2/ocr/jobs"
25
26type ClientOption func(*Client)
27
28func WithToken(token string) ClientOption {
29 return func(c *Client) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…