Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ plugin
Struct
plugin
common/persistence/sql/sqlplugin/sqlite/plugin.go:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
type
plugin
struct
{
41
queryConverter sqlplugin.VisibilityQueryConverter
42
connPool *connPool
43
}
44
45
func
init() {
46
sql.RegisterPlugin(PluginName, &plugin{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected