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

Method putAction

lists.go:195–202  ·  view source on GitHub ↗
(c Client)

Source from the content-addressed store, hash-verified

193}
194
195func (ln listNode) putAction(c Client) dynamodb.TransactWriteItem {
196 return dynamodb.TransactWriteItem{
197 Put: &dynamodb.Put{
198 Item: ln.toAV(c),
199 TableName: aws.String(c.table),
200 },
201 }
202}
203
204func (ln listNode) deleteAction(c Client) dynamodb.TransactWriteItem {
205 return dynamodb.TransactWriteItem{

Callers 2

LINSERTMethod · 0.95
listPushActionsMethod · 0.95

Calls 2

toAVMethod · 0.95
StringMethod · 0.45

Tested by

no test coverage detected