Skip to content

Refactor contents of api package into base and peer subpackages #560

@mansam

Description

@mansam

base subpackage should contain things like the BaseHandler (as base.Handler), context, constants, etc that are used by other handlers. Allows better organization of subresource handlers and sharing between handlers.

  • base
    • context.go
    • handler.go
  • application
    • handler.go
    • tags.go
    • facts.go
  • reports
    • etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech-debtThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions