Shared Go Packages
 
 
Go to file
Vernon Keenan 11a0837923 research microservice added to the platform. The new microservice is called “Research” and it is a powerful tool that allows you to create and manage your own research projects. You can create a research project, add a list of companies, and then run a search on the companies in the list. The results of the search are then saved in the project and can be viewed at any time. You can also export the results to a CSV file. 2023-04-01 23:56:22 +00:00
.vscode New swagger version 2022-05-28 12:45:41 -07:00
api research microservice added to the platform. The new microservice is called “Research” and it is a powerful tool that allows you to create and manage your own research projects. You can create a research project, add a list of companies, and then run a search on the companies in the list. The results of the search are then saved in the project and can be viewed at any time. You can also export the results to a CSV file. 2023-04-01 23:56:22 +00:00
app New swagger version 2022-05-28 12:45:41 -07:00
build tidy new version 2021-08-05 12:37:53 -07:00
swagger research microservice added to the platform. The new microservice is called “Research” and it is a powerful tool that allows you to create and manage your own research projects. You can create a research project, add a list of companies, and then run a search on the companies in the list. The results of the search are then saved in the project and can be viewed at any time. You can also export the results to a CSV file. 2023-04-01 23:56:22 +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 new version v0.3.1 2023-03-28 17:47:34 +00:00
README.md Update Library 2022-05-30 11:37:13 -07:00
go.mod new version v0.3.1 2023-03-28 17:47:34 +00:00
go.sum new version v0.3.1 2023-03-28 17:47:34 +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