package domain type Cedula struct { MunCed string `json:"mun_ced"` SeqCed string `json:"seq_ced"` VerCed string `json:"ver_ced"` }