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

Interface APIClient

internal/event/types.go:31–33  ·  view source on GitHub ↗

APIClient: identity is opaque so business code can't bypass pre-flight checks.

Source from the content-addressed store, hash-verified

29
30// APIClient: identity is opaque so business code can't bypass pre-flight checks.
31type APIClient interface {
32 CallAPI(ctx context.Context, method, path string, body interface{}) (json.RawMessage, error)
33}
34
35type ParamType string
36

Implementers 11

APIClientinternal/client/client.go
fakeCallbackClientinternal/appmeta/app_callbacks_test.go
StubAPIClientinternal/event/testutil/testutil.go
remoteBusyAPIClientinternal/event/consume/startup_guard_t
fakeRTinternal/event/consume/consume_test.go
consumeRuntimecmd/event/runtime.go
stubAPIClientevents/vc/test_helpers_test.go
stubAPIClientevents/task/preconsume_test.go
stubAPIClientevents/minutes/minute_generated_test.g
mockAPIClientevents/im/card_action_test.go
fakeAPIClientevents/whiteboard/preconsume_test.go

Calls

no outgoing calls

Tested by

no test coverage detected