..
batch_uuids_provider_test.go
Ensure that queue for Mojang textures provider is initialized before any job will be scheduled
2020-05-01 17:36:37 +03:00
batch_uuids_provider.go
Ensure that queue for Mojang textures provider is initialized before any job will be scheduled
2020-05-01 17:36:37 +03:00
in_memory_textures_storage_test.go
Fix in_memory_textures_storage_test [skip deploy]
2020-05-01 20:11:49 +03:00
in_memory_textures_storage.go
Implemented /profile/{username} endpoint to get complete profile with signed by the current server textures.
2021-02-26 02:45:45 +01:00
mojang_api_textures_provider_test.go
Implemented health checker for textures provider from Mojang's API
2020-04-30 23:16:22 +03:00
mojang_api_textures_provider.go
Implemented health checker for textures provider from Mojang's API
2020-04-30 23:16:22 +03:00
mojang_textures_test.go
Fixes #29 . If a previously cached UUID no longer exists, it will be invalidated and re-requested
2021-02-07 21:19:01 +01:00
mojang_textures.go
Fixes #29 . If a previously cached UUID no longer exists, it will be invalidated and re-requested
2021-02-07 21:19:01 +01:00
nil_mojang_textures_test.go
Resolves #13 . Add a config param to completely disable Mojang textures provider
2020-04-06 17:16:11 +03:00
nil_mojang_textures.go
Resolves #13 . Add a config param to completely disable Mojang textures provider
2020-04-06 17:16:11 +03:00
remote_api_uuids_provider_test.go
Resolves #27 . Replace import of the gock with gopkg.in/h2non/gock.v1
2020-08-21 18:12:31 +03:00
remote_api_uuids_provider.go
Integrate event dispatcher into mojangtextures package
2020-02-08 14:27:58 +03:00
storage_test.go
Resolves #26 . Rework UUIDs storage interface to simplify results handling
2020-04-28 17:57:51 +03:00
storage.go
Resolves #26 . Rework UUIDs storage interface to simplify results handling
2020-04-28 17:57:51 +03:00