Shared Go Packages
 
 
Go to file
Vernon Keenan a13ad35fe2 feat(api): Generate session management API client and models
- Added `get_me` and `refresh_session` parameters and responses for user session management.
- Implemented `sessions_client` for handling session-related API calls.
- Created models for `Credentials`, `Category`, `Product`, and `Service` with validation.
- Defined Swagger specifications for `Credentials`.
- Ensured all generated files are marked as non-editable to prevent manual changes.
2025-05-27 03:20:36 +00:00
.vscode New swagger version 2022-05-28 12:45:41 -07:00
api feat(api): Generate session management API client and models 2025-05-27 03:20:36 +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(api): Generate session management API client and models 2025-05-27 03:20:36 +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