add public fields to document headers

This commit is contained in:
Erik Winter 2021-04-14 07:03:14 +02:00
parent 9e6ac07ff2
commit 63db3c6cd2
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
Erik Winter <ik@erikwinter.nl>
2020-07-04
:kind: tutorial
:public: yes
:language: en
:tags: golang, tdd, http, rest
In general, when one wants to test the interaction of multiple services and systems, one tries to set up an integration test. This often involves spinning up some Docker containers and a docker-compose file that orchestrates the dependencies between them and starts the integration test suite. In other words, this can be a lot of work.

View File

@ -2,6 +2,7 @@
Erik Winter <ik@erikwinter.nl>
2021-04-08
:kind: tutorial
:public: yes
:language: en
:tags: golang