Versions in this module Expand all Collapse all v1 v1.0.1 Jul 20, 2021 Changes in this version type ApiCore + Resultado interface{} v1.0.0 Jun 16, 2021 Changes in this version + type ApiCore struct + Cache int + Coleccion string + Concurrencia bool + Descripcion string + Destino string + Driver string + Entorno string + Estatus bool + Funcion string + ID primitive.ObjectID + Logs bool + Metodo string + Migrar bool + Modulo string + Parametros string + Prioridad string + Protocolo string + PuertoHttp int + PuertoHttps int + Query string + Relacional bool + Retorna bool + Ruta string + Tipo string + Valores interface{} + type Configuracion struct + type Core struct + Autor string + Consulta string + Ruta string + Sistema string + func (C *Core) Asignar(v map[string]interface{}) (jSon []byte, err error) + func (C *Core) CrearNOSQL(coleccion string, query string, db *mongo.Database) (jSon []byte, err error) + func (C *Core) CrearQuery(v map[string]interface{}) (jSon []byte, err error) + func (C *Core) IUDQuery(consulta string, conexion *sql.DB) (jSon []byte, err error) + func (C *Core) IUDQueryBash(tabla string, lista []map[string]interface{}, consulta string, ...) (jSon []byte, err error) + func (C *Core) InsertNOSQL(coleccion string, v interface{}) (jSon []byte, err error) + func (C *Core) Listar() (jSon []byte, err error) + func (C *Core) OperarConsulta(v map[string]interface{}) (jSon []byte, err error) + func (C *Core) Select(v map[string]interface{}, consulta string, conexion *sql.DB) (jSon []byte, err error) + type ORMPostgres struct + func (p *ORMPostgres) Crear() + type Object map[string]interface + type Oficina struct + CodigoOficina string + Descripcion string + ID string + type ReporteVentas struct + Codigo string + CodigoServicio string + Concepto string + Descripcion string + Fecha string + Servicio string + Total string