Skip to content

Create Golang package class

Proposal

Extract the Golang package format related code from Packages::Package to Packages::Golang::Package and update all related files like services, finders accordingly.

flowchart TB;
    Packages::Package --> Packages::Golang::Package

Solution

Create new Active Record model Packages::Golang::Package and use it for every interaction with Golang packages whether it's a service, finder or API endpoint.

Edited by Dzmitry (Dima) Meshcharakou