motr/internal/sink/sink.go

9 lines
85 B
Go
Raw Normal View History

2025-01-04 18:42:55 -05:00
package sink
import (
_ "embed"
)
//go:embed schema.sql
2025-01-04 18:42:55 -05:00
var SchemaVaultSQL string