config

package
v0.0.0-...-16c9f73 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connection

type Connection interface {
	GetConnection() (*gorm.DB, error)
}

func NewConnection

func NewConnection() Connection

type ConnectionImpl

type ConnectionImpl struct {
}

func (ConnectionImpl) GetConnection

func (c ConnectionImpl) GetConnection() (*gorm.DB, error)

type Route

type Route interface {
	InitRoute()
}

func NewRoutes

func NewRoutes(e *gin.Engine, db *gorm.DB) Route

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL