initial commit
This commit is contained in:
15
cachedb/consts.go
Normal file
15
cachedb/consts.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package cachedb
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
var (
|
||||
//go:embed "_static/cache.schema.sql"
|
||||
schemaBytes []byte
|
||||
)
|
||||
|
||||
const (
|
||||
SelectTunnels string = ""
|
||||
SelectTunnelById string = ""
|
||||
)
|
||||
Reference in New Issue
Block a user