package
Version:
v0.0.0-...-49048e9
Opens a new window with list of versions in this module.
Published: Jul 25, 2022
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
¶
Server serves http requestsfor our banking service.
Newserver creates a new HTTP server and setup routing
Start runs the HTTP server on a specific address
type UserResponse struct {
Username string `json:"username"`
Fullname string `json:"fullname"`
Email string `json:"email"`
PasswordChangedAt time.Time `json:"password_changed_at"`
CreatedAt time.Time `json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.