()
| 138 | } |
| 139 | |
| 140 | func (s *SQL) Flush() { |
| 141 | //TODO implement me |
| 142 | panic("implement me") |
| 143 | } |
| 144 | |
| 145 | func New(ctx context.Context, driver string, dsn string, prefix string) (config.Store, error) { |
| 146 | var db *gorm.DB |
nothing calls this directly
no outgoing calls
no test coverage detected