package
2.2.1+incompatible
Repository: https://github.com/goharbor/harbor.git
Documentation: pkg.go.dev

# Functions

New a basic manager.
PolicyMigratorFactory is a factory func to create PolicyMigrator.
VersionKey returns the key of redis schema.

# Constants

SchemaVersion identifies the schema version of RDB.

# Structs

BasicManager is the default implementation of manager interface.
MigratorChainNode is a wrapper to append the migrator to the chain with a next reference.
MigratorMeta keeps the base info of the migrator.
PolicyMigrator migrate the cron job policy to new schema.

# Interfaces

Manager for managing the related migrators.
RDBMigrator defines the action to migrate redis data.

# Type aliases

MigratorFactory is factory function to create RDBMigrator interface.