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

Method Apply

gorm.go:103–103  ·  view source on GitHub ↗
(*Config)

Source from the content-addressed store, hash-verified

101// Option gorm option interface
102type Option interface {
103 Apply(*Config) error
104 AfterInitialize(*DB) error
105}
106

Callers 1

OpenFunction · 0.65

Implementers 1

Configgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected