MCPcopy
hub / github.com/larksuite/cli / fakeCallbackClient

Struct fakeCallbackClient

internal/appmeta/app_callbacks_test.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13var errFakeFetch = errors.New("fake fetch error")
14
15type fakeCallbackClient struct {
16 raw string
17 err error
18}
19
20func (f fakeCallbackClient) CallAPI(_ context.Context, _, _ string, _ interface{}) (json.RawMessage, error) {
21 if f.err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected