Documentation ¶
Index ¶
Constants ¶
View Source
const ( EventIdStartValue = int64(1) EventIdDeleted = int64(0) )
Variables ¶
View Source
var Module = fx.Options( fx.Provide(fx.Annotated{ Name: "metastorage/dynamodb", Target: NewFactory, }), )
Functions ¶
func NewFactory ¶
func NewFactory(params Params) internal.MetaStorageFactory
Types ¶
type DynamoAPI ¶
type DynamoAPI = dynamodbiface.DynamoDBAPI
DynamoAPI For mock generation for testing purpose
type QueryItemsRequest ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.