Skip to content

[Feature]: Move all Nintendo-specific protocols to a nintendo package #94

Open
@jonbarrow

Description

@jonbarrow

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

No one assigned

    Labels

    approvedThe topic is approved by a developerfeatureA feature request

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions