MCPcopy
hub / github.com/go-gorm/gorm / Initialize

Method Initialize

interfaces.go:26–26  ·  view source on GitHub ↗
(*DB)

Source from the content-addressed store, hash-verified

24type Plugin interface {
25 Name() string
26 Initialize(*DB) error
27}
28
29type ParamsFilter interface {

Callers 3

AfterInitializeMethod · 0.65
OpenFunction · 0.65
UseMethod · 0.65

Implementers 2

DummyDialectorutils/tests/dummy_dialecter.go
testDialectortests/chainable_api_test.go

Calls

no outgoing calls

Tested by

no test coverage detected