Documentation
¶
Index ¶
- func App(c *AppConfig)
- func NewENV()
- func NewErrorHandler() fiber.ErrorHandler
- func NewFiber() *fiber.App
- func NewLogrus() *logrus.Logger
- func NewOAuthFacebook() *oauth2.Config
- func NewOAuthGoogle() *oauth2.Config
- func NewRedis() *redis.Client
- func NewSQLX() *sqlx.DB
- type AppConfig
- type CustomValidator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrorHandler ¶
func NewErrorHandler() fiber.ErrorHandler
func NewOAuthFacebook ¶
func NewOAuthGoogle ¶
Types ¶
type CustomValidator ¶
func NewValidator ¶
func NewValidator(DB *sqlx.DB) *CustomValidator
func (*CustomValidator) Unique ¶
func (cv *CustomValidator) Unique(fl validator.FieldLevel) bool
Click to show internal directories.
Click to hide internal directories.