MCPcopy Index your code
hub / github.com/perkeep/perkeep / GetJSON

Method GetJSON

app/publisher/main.go:432–432  ·  view source on GitHub ↗
(ctx context.Context, url string, data interface{})

Source from the content-addressed store, hash-verified

430type client interface {
431 search.QueryDescriber
432 GetJSON(ctx context.Context, url string, data interface{}) error
433 Post(ctx context.Context, url string, bodyType string, body io.Reader) error
434 blob.Fetcher
435}

Callers 4

appConfigFunction · 0.65
appConfigFunction · 0.65
appConfigFunction · 0.65

Implementers 2

Clientpkg/client/client.go
fakeClientapp/publisher/publish_test.go

Calls

no outgoing calls

Tested by

no test coverage detected