models

package
v0.0.0-...-63f7d64 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2024 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TagsInscripcionPrograma = map[string]Tag{
	"info_persona": {
		Selected: false,
		Required: false,
	},
	"formacion_academica": {
		Selected: false,
		Required: false,
	},
	"idiomas": {
		Selected: false,
		Required: false,
	},
	"experiencia_laboral": {
		Selected: false,
		Required: false,
	},
	"produccion_academica": {
		Selected: false,
		Required: false,
	},
	"documento_programa": {
		Selected: false,
		Required: false,
	},
	"descuento_matricula": {
		Selected: false,
		Required: false,
	},
	"propuesta_grado": {
		Selected: false,
		Required: false,
	},
	"perfil": {
		Selected: false,
		Required: false,
	},
}

Functions

func IdInfoCompTercero

func IdInfoCompTercero(grupo string, codAbrev string) (Id string, ok bool)

func VerificarFechaLimite

func VerificarFechaLimite(FechaLimite string) (EnTiempo bool, Error error)

Types

type Alert

type Alert struct {
	Type string
	Code string
	Body interface{}
}

type ReporteEstructura

type ReporteEstructura struct {
	Proyecto          int64    `json:"Proyecto"`
	Periodo           int64    `json:"Periodo"`
	TipoReporte       int64    `json:"Reporte"`
	Columnas          []string `json:"Columnas"`
	TipoInscripcion   int64    `json:"TipoInscripcion,omitempty"`
	EstadoInscripcion string   `json:"EstadoInscripcion,omitempty"`
}

type Tag

type Tag struct {
	Selected bool
	Required bool
}

Jump to

Keyboard shortcuts

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