persona

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

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

Go to latest
Published: Jan 21, 2015 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package persona holds to structs: PersonaT & CodeElctT

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CodeElectT

type CodeElectT struct {
	Codelec   uint32 `json codelec`
	Provincia string `json provincia`
	Canton    string `json canton`
	Distrito  string `json distrito`
}

struct CodeElect holds data of real places

type PersonaT

type PersonaT struct {
	Cedula     int    `json cedula`
	Codelec    int    `json codelec`
	Sexo       int    `json sexo`
	Fechacaduc string `json fechacad`
	Junta      int    `json junta`
	Nombre     string `json nombre`
	Apellido1  string `json apellido1`
	Apellido2  string `json apellido2`
	Provincia  string `json provincia`
	Canton     string `json canton`
	Distrito   string `json distrito`
}

struct PersonaT holds data of a real person

Jump to

Keyboard shortcuts

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