mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
7 lines
261 B
Go
7 lines
261 B
Go
package githubbuildtrigger
|
|
|
|
// Fields returns a list of strings representing the fields in this field group
|
|
func (fg *GitHubBuildTriggerFieldGroup) Fields() []string {
|
|
return []string{"FEATURE_BUILD_SUPPORT", "FEATURE_GITHUB_BUILD", "GITHUB_TRIGGER_CONFIG"}
|
|
}
|