Добавил адаптеры

master
Andrey Ivanov 2021-02-05 18:26:15 +03:00 committed by ya@tiburon.su
parent a0362a8da7
commit 2e6dbe4d20
2 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# modules
Usable go modules for Go apps
* [/config - universal configuration module](core/config/README.md)
* [/logger - universal logging module](core/logger/README.md)
## core - usable go modules for Go apps
* [/config](core/config/README.md) - universal configuration module
* [/logger](core/logger/README.md) - universal logging module
## adapters - CRUD adapters for some systems
* [/jenkins](jenkins/README.md) - jenkins CRUD adapter

View File

@ -0,0 +1,5 @@
# jenkins
Адаптер jenkins
[<- BACK to ROOT](../../README.md)