remove comments
This commit is contained in:
parent
e8444db852
commit
32fcced2d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue