Shared Go Packages
 
 
Go to file
Vernon Keenan 2e3fdeec39 Refactor Swagger definitions to use external references for Address, CompanyProduct, CompanyService, Factor, FinancialStatement, Industry, IndustryCompany, IndustryProduct, IndustryService, Observation, and Topic. This improves modularity and maintainability of the API specification. 2025-05-01 18:45:54 +00:00
.vscode New swagger version 2022-05-28 12:45:41 -07:00
api Refactor Swagger definitions to use external references for Address, CompanyProduct, CompanyService, Factor, FinancialStatement, Industry, IndustryCompany, IndustryProduct, IndustryService, Observation, and Topic. This improves modularity and maintainability of the API specification. 2025-05-01 18:45:54 +00:00
app prompts 2023-06-04 23:54:48 +00:00
build tidy new version 2021-08-05 12:37:53 -07:00
swagger Refactor Swagger definitions to use external references for Address, CompanyProduct, CompanyService, Factor, FinancialStatement, Industry, IndustryCompany, IndustryProduct, IndustryService, Observation, and Topic. This improves modularity and maintainability of the API specification. 2025-05-01 18:45:54 +00:00
.gitignore Initial commit 2021-07-30 20:05:02 -07:00
LICENSE Remove workflow 2022-06-20 08:35:49 -07:00
Makefile moved devops endpoints to members 2023-04-07 18:00:15 +00:00
README.md Update Library 2022-05-30 11:37:13 -07:00
go.mod Add FullDescription field to Industry model and related structs 2024-01-22 15:39:53 +00:00
go.sum Add FullDescription field to Industry model and related structs 2024-01-22 15:39:53 +00:00

README.md

lib

vernonkeenan Shared Libraries (go)

Dependent Systems

The Gitea server https://code.tnxs.net must be up and running with admin access.

Update Procedure

Prerequisite: All the other repos are cloned locally in adjacent directories.

  • Increment branch number in local repo

  • Generate all OpenAPI libraries and then cleanup modules

make swagger
go get -u -f ./...
go mod tidy