1
0
Fork 0
No description
This repository has been archived on 2025-09-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-05-07 22:05:20 +02:00
api/v1 refactor: move currency to money package and add new type Price, refactor api and use price there too 2024-05-05 18:19:56 +02:00
cmd/yggdrasil fix(main): server var name change to srv, so it does not collide with an imported package 2024-05-07 22:02:34 +02:00
internal refactor: move currency to money package and add new type Price, refactor api and use price there too 2024-05-05 18:19:56 +02:00
pkg/training feat(training): add repository interface and InMemory repository for TrainingDateAttendee 2024-05-07 22:05:20 +02:00
.editorconfig feat: initial commit 2024-05-03 21:07:09 +02:00
.gitlab-ci.yml ci: use $CI_COMMIT_REF_SLUG instead of $CI_COMMIT_BRANCH for docker image tag 2024-05-04 18:13:52 +02:00
Dockerfile chore(build): make ALPINE_VERSION variable (build arg) in Dockerfile 2024-05-05 11:58:01 +02:00
go.mod feat(training): add pricing and TrainingPrice with amount, currency and type (open|corporate) 2024-05-05 11:55:33 +02:00
go.sum feat(training): add pricing and TrainingPrice with amount, currency and type (open|corporate) 2024-05-05 11:55:33 +02:00
Makefile feat: add generated api server stubs and oapi-codegen config 2024-05-04 17:46:18 +02:00
oapi-codegen.cli.yaml feat: add generated api server stubs and oapi-codegen config 2024-05-04 17:46:18 +02:00
README.md feat: initial commit 2024-05-03 21:07:09 +02:00

yggdrasil

The sacred tree, encompassing all nine realms.

Central API of everything that I do.

A private frontend to the API is midgard, alias the backoffice.