server

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2026 License: MIT Imports: 10 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(listen string, port int, theme string)

Start starts the HTTP server

Types

type BatchResponse added in v1.2.0

type BatchResponse struct {
	Count int        `json:"count"`
	Data  []Identity `json:"data"`
}

BatchResponse represents the batch generation response

type Identity added in v1.2.0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL