inklabs/rangedb

View on GitHub
pkg/crypto/provider/dynamodbkeystore/dynamodb_keystore.go

Summary

Maintainability
A
40 mins
Test Coverage
A
91%

Showing 1 of 1 total issue

Method dynamoDBKeyStore.Get has 6 return statements (exceeds 4 allowed).
Open

func (d *dynamoDBKeyStore) Get(subjectID string) (string, error) {
input := &dynamodb.GetItemInput{
Key: map[string]*dynamodb.AttributeValue{
"SubjectID": {
S: aws.String(subjectID),
Severity: Major
Found in pkg/crypto/provider/dynamodbkeystore/dynamodb_keystore.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status