Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/answer
/ apiKeyRepo
Struct
apiKeyRepo
internal/repo/api_key/api_key_repo.go:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
)
31
32
type
apiKeyRepo
struct
{
33
data *data.Data
34
}
35
36
// NewAPIKeyRepo creates a new apiKey repository
37
func
NewAPIKeyRepo(data *data.Data) apikey.APIKeyRepo {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected