1
1
mirror of https://github.com/openziti/zrok.git synced 2025-04-10 18:38:18 +02:00
zrok/controller/store/sql/postgresql/embed.go
2022-10-21 08:48:31 -04:00

7 lines
76 B
Go

package postgresql_schema
import "embed"
//go:embed *.sql
var FS embed.FS