diff --git a/consumergroup/ddb.go b/consumergroup/ddb.go index fdfd59d..f98de01 100644 --- a/consumergroup/ddb.go +++ b/consumergroup/ddb.go @@ -20,7 +20,7 @@ type DynamoDb interface { Scan(*dynamodb.ScanInput) (*dynamodb.ScanOutput, error) } -// DynamoStorage struct that implements the storage interface and uses simplified DynamoDb struct +// DynamoStorage struct that implements the storage interface and uses simplified DynamoDb interface type DynamoStorage struct { Db DynamoDb tableName string