1
1
mirror of https://github.com/openziti/zrok.git synced 2025-03-21 19:07:53 +01: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