mirror of
https://github.com/project-zot/zot.git
synced 2025-02-03 23:09:41 -05:00
6 lines
136 B
Go
6 lines
136 B
Go
|
package params
|
||
|
|
||
|
type DBDriverParameters struct {
|
||
|
Endpoint, Region, RepoMetaTablename, ManifestDataTablename, VersionTablename string
|
||
|
}
|