chrly/di
ErickSkrauch 6f148a8791 Implemented /profile/{username} endpoint to get complete profile with signed by the current server textures.
Implemented /signing-key endpoint to get public key in der format, used to sign the textures.
Improved logging of errors from http package.
Changed behavior of the /cloaks endpoint
2021-02-26 02:45:45 +01:00
..
config.go Introduce di into the project 2020-04-16 19:42:38 +03:00
db.go Fix default redis pool size value 2020-05-01 03:57:22 +03:00
di.go Implemented /profile/{username} endpoint to get complete profile with signed by the current server textures. 2021-02-26 02:45:45 +01:00
dispatcher.go Split Dispatcher interface and use it across application 2020-04-20 14:29:33 +03:00
handlers.go Implemented /profile/{username} endpoint to get complete profile with signed by the current server textures. 2021-02-26 02:45:45 +01:00
logger.go Added new stats reporter to check suitable redis pool size 2020-05-01 02:46:12 +03:00
mojang_textures.go Implemented health checker for textures provider from Mojang's API 2020-04-30 23:16:22 +03:00
server.go Implemented /profile/{username} endpoint to get complete profile with signed by the current server textures. 2021-02-26 02:45:45 +01:00
signer.go Implemented /profile/{username} endpoint to get complete profile with signed by the current server textures. 2021-02-26 02:45:45 +01:00