Open
Description
Checked Existing
- I have checked the repository for duplicate issues.
What feature do you want to see added?
Move all the Nintendo-specific protocols (DataStore
, Ranking
, etc.) to a nintendo
package
Why do you want to have this feature?
To clearly separate what protocols are common/provided by Quazal, and which ones are provided by Nintendo. This will also help with organization if we ever want to add other game-specific protocols such as those used by RB3:
These could go in their own rock-band-3
or whatever package
Any other details to share? (OPTIONAL)
Everything can still stay in this repo, just files would be moved so that rather that importing like:
import "github.com/PretendoNetwork/nex-protocols-go/v2/datastore"
It would be:
import "github.com/PretendoNetwork/nex-protocols-go/v2/nintendo/datastore"
Metadata
Metadata
Assignees
Type
Projects
Status
Todo