# Packages
No description provided by the author
# Functions
FromContext returns the user ID from the context if present, and empty otherwise.
NewContext returns a new context.Context that carries the provided user ID.
NewService initializes user service.
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Service is a type of service that manages business process.
User is a basic entity of a user.
# Interfaces
Repository contains interface of supported methods.