service backend
This commit is contained in:
8
api/pkg/model/fconfig.go
Normal file
8
api/pkg/model/fconfig.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
type SettingsT = map[string]any
|
||||
|
||||
type DriverConfig[T any] struct {
|
||||
Driver T `yaml:"driver"`
|
||||
Settings SettingsT `yaml:"settings"`
|
||||
}
|
||||
Reference in New Issue
Block a user