MCPcopy
hub / github.com/apache/devlake / QDevIdentityClient

Struct QDevIdentityClient

backend/plugins/q_dev/tasks/identity_client.go:36–40  ·  view source on GitHub ↗

QDevIdentityClient wraps AWS Identity Store client for user display name resolution

Source from the content-addressed store, hash-verified

34
35// QDevIdentityClient wraps AWS Identity Store client for user display name resolution
36type QDevIdentityClient struct {
37 IdentityStore IdentityStoreAPI
38 StoreId string
39 Region string
40}
41
42// NewQDevIdentityClient creates a new Identity Store client for the given connection
43// Returns nil if Identity Store is not configured (empty ID or region)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected