| 15 | "github.com/dolthub/go-mysql-server/sql/types" |
| 16 | "github.com/google/uuid" |
| 17 | "github.com/sirupsen/logrus" |
| 18 | ) |
| 19 | |
| 20 | type Database struct { |
| 21 | mu *sync.RWMutex |
| 22 | catalog string |
| 23 | name string |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected