mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
7 lines
199 B
Go
7 lines
199 B
Go
package database
|
|
|
|
// Fields returns a list of strings representing the fields in this field group
|
|
func (fg *DatabaseFieldGroup) Fields() []string {
|
|
return []string{"DB_CONNECTION_ARGS", "DB_URI"}
|
|
}
|