Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomerDto ¶
type CustomerDto struct { ID string `json:"id"` Name string `json:"name"` Cpf string `json:"cpf"` Birth string `json:"birth"` }
func (*CustomerDto) CheckFilled ¶
func (c *CustomerDto) CheckFilled() error
Click to show internal directories.
Click to hide internal directories.