Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbProjectRED/redimo.go
/ Table
Method
Table
redimo.go:28–33 ·
view source on GitHub ↗
(table, index string)
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(c Client) Table(table, index string) Client {
29
c.table = table
30
c.index = index
31
32
return
c
33
}
34
35
func
(c Client) Attributes(pk string, sk string, skN string) Client {
36
c.pk = pk
Callers
2
TestClientBuilder
Function · 0.95
newClient
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestClientBuilder
Function · 0.76
newClient
Function · 0.64