mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 20:38:08 +08:00
d62c09e2cc
* feat(repodb): index logic + tests Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com> * feat(cli): printing indexes support using the rest api Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com> --------- Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
7 lines
157 B
Go
7 lines
157 B
Go
package params
|
|
|
|
type DBDriverParameters struct {
|
|
Endpoint, Region, RepoMetaTablename, ManifestDataTablename, IndexDataTablename,
|
|
VersionTablename string
|
|
}
|