Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CTX is a context for webdav vfs CTX = context.Background() // FS is a virtual memory file system FS = webdav.NewMemFS() // Handler is used to server files through a http handler Handler *webdav.Handler // HTTP is the http file system HTTP http.FileSystem = new(HTTPFS) )
View Source
var FileClickhouseSQLTpl = []byte("")
FileClickhouseSQLTpl is "/clickhouse.sql.tpl"
View Source
var FileMysqlSQLTpl = []byte("")
FileMysqlSQLTpl is "/mysql.sql.tpl"
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.