schema

package
v0.0.0-...-1cdd51d Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2023 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 {
	Name string
	Type string
	Tag  string
}

type ITableName

type ITableName interface {
	TableName() string
}

type Schema

type Schema struct {
	Model      interface{}
	Name       string
	Fields     []*Field
	FieldNames []string
	// contains filtered or unexported fields
}

func Parse

func Parse(dest interface{}, d dialect.Dialect) *Schema

func (*Schema) GetField

func (schema *Schema) GetField(name string) *Field

func (*Schema) RecordValues

func (schema *Schema) RecordValues(dest interface{}) []interface{}

Jump to

Keyboard shortcuts

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