github.com/wawandco/oxplugins@v0.7.11/tools/liquibase/urlprovider.go (about)

     1  package liquibase
     2  
     3  // URLProvider provider is a struct that has the URL()
     4  // method. Like pop.Connection.
     5  type URLProvider interface {
     6  	URL() string
     7  }