MCPcopy Create free account
hub / github.com/temporalio/temporal / plugin

Struct plugin

common/persistence/sql/sqlplugin/mysql/plugin.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type plugin struct {
21 queryConverter sqlplugin.VisibilityQueryConverter
22}
23
24var _ sqlplugin.Plugin = (*plugin)(nil)
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected