mirror of
https://github.com/gofiber/storage.git
synced 2025-09-27 21:02:20 +08:00
🦴 update boilerplate
This commit is contained in:
13
postgres/config.go
Normal file
13
postgres/config.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package postgres
|
||||
|
||||
// Config defines the config for storage.
|
||||
type Config struct {
|
||||
}
|
||||
|
||||
// ConfigDefault is the default config
|
||||
var ConfigDefault = Config{}
|
||||
|
||||
// Helper function to set default values
|
||||
func configDefault(cfg Config) Config {
|
||||
return cfg
|
||||
}
|
Reference in New Issue
Block a user