Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ plugin
Struct
plugin
common/persistence/sql/sqlplugin/postgresql/plugin.go:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
type
plugin
struct
{
32
driver driver.Driver
33
queryConverter sqlplugin.VisibilityQueryConverter
34
}
35
36
var
_ sqlplugin.Plugin = (*plugin)(nil)
37
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected