Versions in this module Expand all Collapse all v0 v0.2.2 May 29, 2022 Changes in this version + func NewItemRepoDynamoDB(cfg *config.Config, driver dynamodb.DynamodbClient) *dynamodb.ItemRepo + func NewItemRepoLocal() *local.ItemRepo + type ItemRepo interface + Create func(ctx context.Context, it domain.Item) (domain.Item, error) + Delete func(ctx context.Context, id string) error + Get func(ctx context.Context, id string) (domain.Item, error) + Update func(ctx context.Context, id string, updates domain.Item) (domain.Item, error)