zotregistry.io/zot@v1.4.4-0.20231124084042-02a8ed785457/pkg/meta/version/patches.go (about)

     1  package version
     2  
     3  import (
     4  	"github.com/aws/aws-sdk-go-v2/service/dynamodb"
     5  	"go.etcd.io/bbolt"
     6  )
     7  
     8  func GetBoltDBPatches() []func(DB *bbolt.DB) error {
     9  	return []func(DB *bbolt.DB) error{}
    10  }
    11  
    12  func GetDynamoDBPatches() []func(client *dynamodb.Client, tableNames map[string]string) error {
    13  	return []func(client *dynamodb.Client, tableNames map[string]string) error{}
    14  }