Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProvideFiber ¶
Types ¶
type Config ¶ added in v1.0.0
type Config struct { Address string `env:"ADDRESS" envDefault:"0.0.0.0:7080"` Root string `env:"ROOT" envDefault:"./arkwaifu-root"` PostgresDSN string `env:"POSTGRES_DSN"` }
func ProvideConfig ¶ added in v1.0.0
type NumericCollate ¶ added in v1.0.0
type NumericCollate struct { }
func ProvideGormNumericCollate ¶ added in v1.0.0
func ProvideGormNumericCollate(db *gorm.DB) (*NumericCollate, error)
Click to show internal directories.
Click to hide internal directories.