model

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 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 Field

type Field struct {
	SQLType    string
	Name       string
	Type       reflect.Type
	ColumnName string
}

type Model

type Model struct {
	TableName string
	Name      string
	Fields    []Field
}

func New

func New(modelStruct interface{}, tableName string) (*Model, error)

Jump to

Keyboard shortcuts

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