Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial v2 Types for Objects and API responses #34

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. go.mod: Pull google/uuid

    Signed-off-by: Adolfo García Veytia (puerco) <[email protected]>
    puerco committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b200c78 View commit details
    Browse the repository at this point in the history
  2. Add initial API objects

    This commit adds the first batch of objects to start parsing the v2 trusty APIs.
    
    Signed-off-by: Adolfo García Veytia (puerco) <[email protected]>
    puerco committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d529703 View commit details
    Browse the repository at this point in the history
  3. Add initial reponse types

    This commit adds the initial data structures to capture the following v2/apis:
    
    - v2/alternative
    - v2/license
    - v2/pkg
    - v2/similar
    
    These rely on the objects defined in the previous commits.
    
    Signed-off-by: Adolfo García Veytia (puerco) <[email protected]>
    puerco committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bcc68f0 View commit details
    Browse the repository at this point in the history