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

Method AfterInitialize

gorm.go:104–104  ·  view source on GitHub ↗
(*DB)

Source from the content-addressed store, hash-verified

102type Option interface {
103 Apply(*Config) error
104 AfterInitialize(*DB) error
105}
106
107// DB GORM DB definition

Callers 1

OpenFunction · 0.65

Implementers 1

Configgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected