Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/docker-language-server
/ Key
Interface
Key
internal/cache/manager.go:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
Key
interface
{
9
CacheKey() string
10
}
11
12
type
Fetcher[T any]
interface
{
13
Fetch(key Key) (T, error)
Callers
1
Get
Method · 0.65
Implementers
2
ScoutImageKey
internal/scout/types.go
HubTagsKey
internal/hub/types.go
Calls
no outgoing calls
Tested by
no test coverage detected