github.com/wawandco/oxplugins@v0.7.11/tools/db/resetter.go (about) 1 package db 2 3 type Resetter interface { 4 DropDB() error 5 CreateDB() error 6 }