repository

package
v0.0.0-...-0b3983c Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DbColumn

type DbColumn struct {
	ColumnName string
}

func Column

func Column(db *gorm.DB, table string) []DbColumn

type DbInfo

type DbInfo struct {
	Table       DbTable
	Column      []DbColumn
	TableNameId string
}

func Table

func Table(db *gorm.DB) []DbInfo

type DbTable

type DbTable struct {
	TableName string
}

Jump to

Keyboard shortcuts

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