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