Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAddresFromViaCep ¶
GetAddresFromViaCep -> search address in viacep
func GetDatabaseConnection ¶
GetDatabaseConnection -> Retrieve reference for database using package gorm
func PublishMessage ¶
PublishMessage -> send message to broker
Types ¶
type UserCustomClaims ¶
type UserCustomClaims struct { *jwt.StandardClaims IsAdmin bool `json:"is_admin"` Email string `json:"email"` }
UserCustomClaims -> custom claims for golang-jwt
Click to show internal directories.
Click to hide internal directories.