MCPcopy 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
31type plugin struct {
32 driver driver.Driver
33 queryConverter sqlplugin.VisibilityQueryConverter
34}
35
36var _ sqlplugin.Plugin = (*plugin)(nil)
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected