Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // UserPort port number for user service UserPort = ":8081" // ProductPort port number for product service ProductPort = ":8082" // SecretKey for jwt SecretKey = time.Now().String() )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.