📄️ Get started
This guide focuses on the practical first-use flow for Mocaí.
📄️ Core Concepts
This page explains the main concepts behind the current Mocaí API.
📄️ Supported Entities
This page is the entity index for the current Mocaí API.
📄️ Customization And Extensibility
Mocaí is not limited to its default static generators. The current API already supports important extension points.
📄️ Examples
This page collects compact examples based on the current develop branch usage style.
📄️ Person
Use NewPerson() when you need a richer personal fixture instead of isolated pieces of data.
📄️ Gender
Use NewGender() when you only need the gender identity value, without generating a full person.
📄️ Address
Use NewAddress() to generate a Brazilian-style address fixture.
📄️ Phone
Use NewPhone() to generate a phone fixture with area code and number.
📄️ Company
Use NewCompany() to generate a company fixture with a Brazilian company payload.
📄️ CPF
Use NewCPF() when you only need a CPF value and do not want to generate a full person entity.
📄️ Certificate
Use NewCertificate() to generate Brazilian civil-record certificate data.
📄️ National ID
Use NewNationalID() to generate a Brazilian RG fixture.
📄️ Voter Registration
Use NewVoteRegistration() to generate a Brazilian voter registration fixture.