package types type Notita struct { Titlu string `json:"titlu"` Continut string `json:"continut"` HTML string `json:"-"` }