user-service

command module
v0.0.0-...-85f6e25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

README

user-service

microservice with REST API to fetch additional data to users, store followers and user settings

Endpoints

[GIN-debug] GET    /users                    --> github.com/swimresults/user-service/controller.getUsers (3 handlers)
[GIN-debug] GET    /user                     --> github.com/swimresults/user-service/controller.getUser (3 handlers)
[GIN-debug] GET    /user/:id                 --> github.com/swimresults/user-service/controller.getUserById (3 handlers)
[GIN-debug] POST   /user                     --> github.com/swimresults/user-service/controller.addUser (3 handlers)
[GIN-debug] POST   /user/athlete             --> github.com/swimresults/user-service/controller.changeFollowerForUser (3 handlers)
[GIN-debug] POST   /user/meeting             --> github.com/swimresults/user-service/controller.updateMeetings (3 handlers)
[GIN-debug] POST   /user/me                  --> github.com/swimresults/user-service/controller.changeMe (3 handlers)
[GIN-debug] POST   /user/language            --> github.com/swimresults/user-service/controller.updateUserLanguage (3 handlers)
[GIN-debug] POST   /user/theme               --> github.com/swimresults/user-service/controller.updateUserTheme (3 handlers)
[GIN-debug] DELETE /user/:id                 --> github.com/swimresults/user-service/controller.removeUser (3 handlers)
[GIN-debug] PUT    /user                     --> github.com/swimresults/user-service/controller.updateUser (3 handlers)
[GIN-debug] OPTIONS /user                     --> github.com/swimresults/user-service/controller.okay (3 handlers)
[GIN-debug] OPTIONS /user/athlete             --> github.com/swimresults/user-service/controller.okay (3 handlers)
[GIN-debug] GET    /actuator                 --> github.com/swimresults/user-service/controller.actuator (3 handlers)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL