Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TimeToBucket ¶ added in v0.0.7
func WriteDependencyItem ¶ added in v0.0.7
func WriteDependencyItem(ctx context.Context, svc DynamoDBAPI, dependenciesTable string, item *DependencyItem) error
Types ¶
type DependencyCallCounts ¶ added in v0.0.7
func NewDependencyCallCounts ¶ added in v0.0.7
func NewDependencyCallCounts() *DependencyCallCounts
func (*DependencyCallCounts) CountRequest ¶ added in v0.0.7
func (d *DependencyCallCounts) CountRequest(parent, child string, count uint64)
type DependencyItem ¶ added in v0.0.7
type DynamoDBAPI ¶ added in v0.0.7
type DynamoDBAPI interface {
UpdateItem(ctx context.Context, params *dynamodb.UpdateItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.UpdateItemOutput, error)
}
Click to show internal directories.
Click to hide internal directories.