package
Version:
v2.0.2
Opens a new window with list of versions in this module.
Published: Jan 20, 2026
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Start starts the HTTP server
type BatchResponse struct {
Count int `json:"count"`
Data []Identity `json:"data"`
}
BatchResponse represents the batch generation response
type Identity struct {
Name string `json:"name"`
IDNo string `json:"idno"`
Mobile string `json:"mobile"`
Bank string `json:"bank"`
Email string `json:"email"`
Address string `json:"address"`
}
Identity represents a generated identity record
Source Files
¶
Click to show internal directories.
Click to hide internal directories.