package
0.2.8
Repository: https://github.com/chewz-life/go-pkg.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

值太小时, dynamodb也会报错, 这里特殊处理下小值.
No description provided by the author
KvSetsFromItem 将item里面包含的字段填充到sets里面, item必须是一个结构体, key使用item里面的dynamodbav.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Start reading right after the position denoted by a specific sequence number.
Start reading exactly from the position denoted by a specific sequence number.
Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
Start reading at the last (untrimmed) stream record, which is the oldest record in the shard.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Conditions 表示写入和更新需要判断的前置条件, 条件表达式介绍参考: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ConditionExpressions.html https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.OperatorsAndFunctions.html.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
下面是跟streams有关的.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Dynamo 封装aws dynamodb的sdk, 一个表对应一个对象, 使用者可并发调用.
No description provided by the author
Streams 封装aws dynamodbstreams的sdk, 一个表对应一个对象, 使用者可并发调用.

# Type aliases

No description provided by the author