motr/internal/sink/sink.go

9 lines
85 B
Go

package sink
import (
_ "embed"
)
//go:embed schema.sql
var SchemaVaultSQL string