mirror of
https://github.com/project-zot/zot.git
synced 2025-01-27 23:01:43 -05: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>
6 lines
157 B
Go
6 lines
157 B
Go
package params
|
|
|
|
type DBDriverParameters struct {
|
|
Endpoint, Region, RepoMetaTablename, ManifestDataTablename, IndexDataTablename,
|
|
VersionTablename string
|
|
}
|