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

Method PluginName

common/persistence/sql/sqlplugin/interfaces.go:123–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 GenericDB interface {
122 DbName() string
123 PluginName() string
124 Close() error
125 }
126

Callers 1

GetNameMethod · 0.65

Implementers 3

dbcommon/persistence/sql/sqlplugin/postg
dbcommon/persistence/sql/sqlplugin/mysql
dbcommon/persistence/sql/sqlplugin/sqlit

Calls

no outgoing calls

Tested by

no test coverage detected