mirror of
https://github.com/openziti/zrok.git
synced 2025-08-15 18:42:32 +02:00
organizing sqlite3 stuff to support postgres (#46)
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
package sql
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed *.sql
|
||||
var Fs embed.FS
|
6
controller/store/sql/sqlite3/embed.go
Normal file
6
controller/store/sql/sqlite3/embed.go
Normal file
@ -0,0 +1,6 @@
|
||||
package sqlite3_schema
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed *.sql
|
||||
var FS embed.FS
|
Reference in New Issue
Block a user