Shared Go Packages
 
 
Go to file
Vernon Keenan 4d2d5bf861 feat: Add AppExchange URL field to Account and Company models
The code changes include adding the `AppExchange` field to the `Account` and `Company` models in the `sfgate` and `plex` packages. This field is used to store the Salesforce AppExchange URL.
2024-06-28 22:40:38 +00:00
.vscode New swagger version 2022-05-28 12:45:41 -07:00
api feat: Add AppExchange URL field to Account and Company models 2024-06-28 22:40:38 +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 feat: Add AppExchange URL field to Account and Company models 2024-06-28 22:40:38 +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