package
Version:
v0.0.0-...-3fd17bc
Opens a new window with list of versions in this module.
Published: May 20, 2025
License: Apache-2.0
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
¶
Server serves HTTP requests for our banking service
NewServer creates a new HTTP server amd setup routing
Start runs HTTP server on a specific address
type UserProfile struct {
Username string `json:"username" binding:"required,alphanum"`
FullName string `json:"full_name"`
Email string `json:"email"`
CreatedAt time.Time `json:"created_at"`
PasswordChangedAt time.Time `json:"password_changed_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.