models

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Atributo

type Atributo struct {
	TipoDato string `json:"tipoDato"`
}

Estructura para los atributos

type Config

type Config struct {
	ProjectName string
	//Database db
	Tipo            string
	MatrizAtributos [][]string
}

type DummyDataResult

type DummyDataResult struct {
	Inserts    string
	CreateJSON string
	UpdateJSON string
}

type Tipo

type Tipo struct {
	Tipo      string              `json:"tipo"`
	Atributos map[string]Atributo `json:"atributos"`
}

Estructura para el tipo

Jump to

Keyboard shortcuts

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