package
Version:
v0.0.0-...-7a181e2
Opens a new window with list of versions in this module.
Published: Feb 4, 2024
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateUserRequest struct {
Username string `json:"username" binding:"required,alphanum"`
Password string `json:"password" binding:"required,min=10"`
FullName string `json:"full_name" binding:"required"`
Email string `json:"email" binding:"required,email"`
}
Server serves HTTP requests for banking service
NewServer creates a new HTTP server and setup routing
Start runs the http server on a specific address
Source Files
¶
Click to show internal directories.
Click to hide internal directories.