Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ KeyCol
Struct
KeyCol
datasource/key.go:27–30 ·
view source on GitHub ↗
Variety of Key Types
Source
from the content-addressed store, hash-verified
25
Id int64
26
}
27
KeyCol
struct
{
28
Name string
29
Val driver.Value
30
}
31
)
32
33
func
NewKeyInt(key int) KeyInt {
return
KeyInt{key} }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected