github.com/wawandco/oxplugins@v0.7.11/tools/db/urlprovider.go (about) 1 package db 2 3 // URLProvider provider is a struct that has the URL() 4 // method. Like pop.Connection. 5 type URLProvider interface { 6 URL() string 7 }