This commit simply splits the interfaces but introduces no new structs
- Introduce the QueryPackStore, mrvacommander/pkg/qpstore
- Introduce the CodeQL database store, pkg/qldbstore/interfaces.go
7 lines
76 B
Go
7 lines
76 B
Go
package qldbstore
|
|
|
|
type DBLocation struct {
|
|
Prefix string
|
|
File string
|
|
}
|