Sign in
skia
/
buildbot
/
55d1d2055a65
/
.
/
go
/
coverage
/
coveragestore
/
sqlcoveragestore
/
coverageschema
/
tables.go
blob: 20a4babfab3daa9a45ede0131b61807f2caead1c [
file
] [
log
] [
blame
]
package coverageschema
// Tables represents the full schema of the SQL database.
type Tables struct {
TestSuiteMapping []CoverageSchema
}