MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / Attributes

Method Attributes

redimo.go:35–41  ·  view source on GitHub ↗
(pk string, sk string, skN string)

Source from the content-addressed store, hash-verified

33}
34
35func (c Client) Attributes(pk string, sk string, skN string) Client {
36 c.pk = pk
37 c.sk = sk
38 c.skN = skN
39
40 return c
41}
42
43func (c Client) StronglyConsistent() Client {
44 c.consistentReads = true

Callers 1

newClientFunction · 0.80

Calls

no outgoing calls

Tested by 1

newClientFunction · 0.64