Unit Testing for REST APIs in Go

We are going to assume that we have endpoints for GetEntries , GetEntryByID , CreateEntry, UpdateEntry andDeleteEntry . GetEntries -> “/entries” -> Method GET GetEntryByID -> “/entry?id=1234” -> Method GET CreateEntry -> “/entry” -> Method POST UpdateEntry -> “/entry” -> Method PUT DeleteEntry -> “/entry” -> Method DELETE Packages to Read more…

FaaS + OpenFaaS+ Golang Doc

https://github.com/vektah/dataloaden https://godror.github.io/godror/doc/connection.html https://www.worldlink.com.cn/en/osdir/godror.html https://pkg.go.dev/github.com/godror/godror#section-readme https://jmoiron.github.io/sqlx/ OpenFaaS https://iximiuz.com/en/posts/openfaas-case-study/ https://github.com/openfaas/faas-netes OpenFaaS Issues https://iximiuz.com/en/posts/openfaas-case-study/