Discover Packages
github.com/Yuno-obsessed/music_microservices/CustomerService
domain
dto
package
Version:
v0.0.0-...-13e9ea1
Opens a new window with list of versions in this module.
Published: Mar 11, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Customer struct {
Username string `json:"username"`
Email string `json:"email"`
Age int `json:"age"`
Country string `json:"country"`
City string `json:"city"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.