mirror of
https://github.com/project-zot/zot.git
synced 2024-12-23 22:27:35 -05:00
6 lines
136 B
Go
6 lines
136 B
Go
|
package params
|
||
|
|
||
|
type DBDriverParameters struct {
|
||
|
Endpoint, Region, RepoMetaTablename, ManifestDataTablename, VersionTablename string
|
||
|
}
|