github.com/argoproj/argo-cd/v2@v2.10.9/applicationset/generators/scm_utils.go (about)

     1  package generators
     2  
     3  type SCMGeneratorWithCustomApiUrl interface {
     4  	CustomApiUrl() string
     5  }