MCPcopy 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
28func (c Client) Table(table, index string) Client {
29 c.table = table
30 c.index = index
31
32 return c
33}
34
35func (c Client) Attributes(pk string, sk string, skN string) Client {
36 c.pk = pk

Callers 2

TestClientBuilderFunction · 0.95
newClientFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestClientBuilderFunction · 0.76
newClientFunction · 0.64