github.com/argoproj/argo-cd/v3@v3.2.1/applicationset/generators/scm_utils.go (about) 1 package generators 2 3 type SCMGeneratorWithCustomApiUrl interface { //nolint:revive //FIXME(var-naming) 4 CustomApiUrl() string 5 }