Skip to content

Commit

Permalink
fix: update interface value
Browse files Browse the repository at this point in the history
Signed-off-by: omkar-till <omkar@tillpos.com.au>
  • Loading branch information
omkar-dev authored and omkar-till committed Nov 20, 2023
1 parent e0005f2 commit fc1a8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type WriteAPI interface {

type TransactionAPI interface {
TransactPutItems(ctx context.Context, items []*TransactPutItemsInput) error
TransactItems(ctx context.Context, items []*TransactPutItemsInput) error
TransactItems(ctx context.Context, input []types.TransactWriteItem) error
}

type ReadAPI interface {
Expand Down

0 comments on commit fc1a8c6

Please sign in to comment.