Skip to content

refactor(interface): Move the PlayerResumeService impl to service

Summary

This PR refactores the api_player_resume_service.go. It makes no implementation at interface directly, and make more easy to read the codes.

Related Issues

#97 (closed)

Changes Made

  • Refactor
    • internal/application/service/player_resume_service.go
    • internal/interfaces/api_player_resume_service.go
      • Moved the implementation into application/service
  • Other
    • internal/infrastructure/wires/wire.go
    • internal/infrastructure/wires/wire_gen.go
      • Recreated the wires.

Testing

  • Build success

Checklist

  • No extra unnecessary files are included.
  • No extra fmt.Println() or fmt.Printf() statements are present.

Merge request reports