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

Struct stubConfigExtProvider

cmd/config/config_test.go:455–455  ·  view source on GitHub ↗

stubConfigExtProvider simulates env/sidecar credential mode for config guard tests.

Source from the content-addressed store, hash-verified

453
454// stubConfigExtProvider simulates env/sidecar credential mode for config guard tests.
455type stubConfigExtProvider struct{ name string }
456
457func (s *stubConfigExtProvider) Name() string { return s.name }
458func (s *stubConfigExtProvider) ResolveAccount(_ context.Context) (*extcred.Account, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected