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

Function xSequenceKey

streams.go:56–61  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

54}
55
56func xSequenceKey(key string) keyDef {
57 return keyDef{
58 pk: strings.Join([]string{"_redimo", "seq", key}, "/"),
59 sk: "seq",
60 }
61}
62
63func (xid XID) sequenceUpdateAction(key string, c Client) dynamodb.TransactWriteItem {
64 builder := newExpresionBuilder()

Callers 2

sequenceUpdateActionMethod · 0.85
xInitActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected