1
0
mirror of https://github.com/quay/quay.git synced 2026-01-27 18:42:52 +03:00
Files
quay/config-tool/pkg/lib/fieldgroups/gitlabbuildtrigger/gitlabbuildtrigger_fields.go
2023-07-28 16:34:05 +02:00

7 lines
261 B
Go

package gitlabbuildtrigger
// Fields returns a list of strings representing the fields in this field group
func (fg *GitLabBuildTriggerFieldGroup) Fields() []string {
return []string{"FEATURE_BUILD_SUPPORT", "FEATURE_GITLAB_BUILD", "GITLAB_TRIGGER_CONFIG"}
}