Versions in this module Expand all Collapse all v1 v1.1.0 Mar 31, 2023 v1.0.0 Mar 30, 2023 Changes in this version + type Server interface + ListenAndServe func() error + Shutdown func(context.Context) error + type Service interface + AddRoute func(mux *http.ServeMux) + type UserProfile struct + Avatar string + Email string + Nickname string + UserID string + type UserRepository interface + GetUserProfile func(userid string) (*UserProfile, error)