otter-space-sdk/pkg/database
SoXX c17b78cc48
Some checks failed
Gitea Build Check / Build (push) Failing after 29s
refactor(logging): Refactor error handling in CreateTag, CreateTagInBatch, and DeleteTag functions
Improve error handling in the CreateTag, CreateTagInBatch, and DeleteTag functions by utilizing a new utility function. Simplify logging and error management, ensuring more consistent error responses throughout these operations.
2024-08-11 22:34:53 +02:00
..
migrations feat(database): added additional columns 2024-08-09 21:37:27 +02:00
client.go feat(telemetry): Implement telemetry setup in database client 2024-08-11 22:17:00 +02:00
favorite.go feat(database): favorites 2024-08-09 22:47:02 +02:00
post.go feat(database): added all missing functions 2024-08-11 00:13:46 +02:00
source.go feat(database): added all missing functions 2024-08-11 00:13:46 +02:00
tag.go refactor(logging): Refactor error handling in CreateTag, CreateTagInBatch, and DeleteTag functions 2024-08-11 22:34:53 +02:00
tagAlias.go fix(database): make function more coherent with the rest 2024-08-11 00:24:02 +02:00
tagGroup.go fix(database): make function more coherent with the rest 2024-08-11 00:24:02 +02:00
user.go feat(database): added user 2024-08-11 00:23:47 +02:00
userSource.go feat(database): added all missing functions 2024-08-11 00:13:46 +02:00